Skip to content

Commit

Permalink
TEIID-4502 removing useconnectormetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Oct 10, 2016
1 parent 2212ee3 commit 8a4879c
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 58 deletions.
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vdb name="hivevdb" version="1">

<property name="UseConnectorMetadata" value="true" />

<model name="HiveServer2Source">
<property name="importer.useFullSchemaName" value="false"/>
<source name="local" translator-name="translator-hive" connection-jndi-name="java:/hiveDS"/>
Expand Down
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vdb name="hivevdb" version="1">

<property name="UseConnectorMetadata" value="true" />

<model name="TestModel">
<source name="local" translator-name="translator-hive" connection-jndi-name="java:/hiveDS"/>
<metadata type="DDL"><![CDATA[
Expand Down
Expand Up @@ -3,7 +3,7 @@

<description>Shows how to call Cassandra</description>

<property name="UseConnectorMetadata" value="cached" />
<property name="cache-metadata" value="true" />
<model name="Users" visible="false">
<source name="cassandra" translator-name="translator-cassandra" connection-jndi-name="java:/demoCassandra" />
</model>
Expand Down
9 changes: 0 additions & 9 deletions embedded-caching/src/main/resources/mat-h2-vdb.xml
Expand Up @@ -3,15 +3,6 @@

<description>The Portfolio Dynamic VDB</description>

<!--
Setting to use connector supplied metadata. Can be "true" or "cached".
"true" will obtain metadata once for every launch of Teiid.
"cached" will save a file containing the metadata into
the deploy/<vdb name>/<vdb version/META-INF directory
-->
<property name="UseConnectorMetadata" value="true" />


<model name="Accounts">
<!--
JDBC Import settings
Expand Down
9 changes: 0 additions & 9 deletions embedded-caching/src/main/resources/mat-inter-h2-vdb.xml
Expand Up @@ -3,15 +3,6 @@

<description>The Portfolio Dynamic VDB</description>

<!--
Setting to use connector supplied metadata. Can be "true" or "cached".
"true" will obtain metadata once for every launch of Teiid.
"cached" will save a file containing the metadata into
the deploy/<vdb name>/<vdb version/META-INF directory
-->
<property name="UseConnectorMetadata" value="true" />


<model name="Accounts">
<!--
JDBC Import settings
Expand Down
1 change: 0 additions & 1 deletion embedded-caching/src/main/resources/rsCaching-h2-vdb.xml
Expand Up @@ -2,7 +2,6 @@
<vdb name="ResultsCachingH2VDB" version="1">
<description>Teiid Perf VDB</description>

<property name="UseConnectorMetadata" value="true" />
<model name="Accounts">
<property name="importer.useFullSchemaName" value="false" />
<source name="mysql-connector" translator-name="translator-h2" connection-jndi-name="java:/accounts-ds" />
Expand Down
Expand Up @@ -3,14 +3,6 @@

<description>The Portfolio Dynamic VDB</description>

<!--
Setting to use connector supplied metadata. Can be "true" or "cached".
"true" will obtain metadata once for every launch of Teiid.
"cached" will save a file containing the metadata into
the deploy/<vdb name>/<vdb version/META-INF directory
-->
<property name="UseConnectorMetadata" value="true" />

<!--
Each model represents a access to one or more sources.
The name of the model will be used as a top level schema name
Expand Down
Expand Up @@ -3,14 +3,6 @@

<description>The Portfolio Dynamic VDB</description>

<!--
Setting to use connector supplied metadata. Can be "true" or "cached".
"true" will obtain metadata once for every launch of Teiid.
"cached" will save a file containing the metadata into
the deploy/<vdb name>/<vdb version/META-INF directory
-->
<property name="UseConnectorMetadata" value="true" />

<!--
Each model represents a access to one or more sources.
The name of the model will be used as a top level schema name
Expand Down
8 changes: 0 additions & 8 deletions embedded-portfolio/src/main/resources/portfolio-vdb.xml
Expand Up @@ -3,14 +3,6 @@

<description>The Portfolio Dynamic VDB</description>

<!--
Setting to use connector supplied metadata. Can be "true" or "cached".
"true" will obtain metadata once for every launch of Teiid.
"cached" will save a file containing the metadata into
the deploy/<vdb name>/<vdb version/META-INF directory
-->
<property name="UseConnectorMetadata" value="true" />

<!--
Each model represents a access to one or more sources.
The name of the model will be used as a top level schema name
Expand Down
3 changes: 0 additions & 3 deletions excel-as-a-datasource/src/main/resources/excel-vdb.xml
Expand Up @@ -3,9 +3,6 @@

<description>The Excel VDB</description>

<property name="UseConnectorMetadata" value="true" />


<model name="PersonalValuations">
<property name="importer.headerRowNumber" value="1"/>
<property name="importer.ExcelFileName" value="otherholdings.xls"/>
Expand Down
Expand Up @@ -3,7 +3,6 @@

<description>Shows how to call Web Services</description>

<property name="UseConnectorMetadata" value="true" />
<!--property name="{http://teiid.org/rest}auto-generate" value="true"/-->

<model name="CustomerSource">
Expand Down
Expand Up @@ -3,7 +3,6 @@

<description>Shows how to call StateService Web Services</description>

<property name="UseConnectorMetadata" value="true" />
<!--property name="{http://teiid.org/rest}auto-generate" value="true"/-->

<model name="StateService">
Expand Down
Expand Up @@ -3,8 +3,6 @@

<description>Shows how to call WSDL based Procedures</description>

<property name="UseConnectorMetadata" value="true" />

<model name="StateService">
<source name="webservice" translator-name="translator-ws" connection-jndi-name="java:/StateServiceWebSvcSource"/>
</model>
Expand Down
1 change: 0 additions & 1 deletion swagger-as-a-datasource/src/main/resources/swagger-vdb.xml
Expand Up @@ -3,7 +3,6 @@

<description>Shows how to call Web Services</description>

<property name="UseConnectorMetadata" value="true" />
<!--property name="{http://teiid.org/rest}auto-generate" value="true"/-->

<model name="CustomerSource">
Expand Down
2 changes: 0 additions & 2 deletions vertica-as-a-datasource/src/main/resources/vertica-vdb.xml
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vdb name="VerticaVDB" version="1">

<property name="UseConnectorMetadata" value="true" />

<model name="VMartSource">
<property name="importer.useFullSchemaName" value="false"/>
<source name="vertica-connector" translator-name="translator-vertica" connection-jndi-name="java:/verticaDS"/>
Expand Down

0 comments on commit 8a4879c

Please sign in to comment.