Author: rareddy
Date: 2009-05-11 17:19:03 -0400 (Mon, 11 May 2009)
New Revision: 908
Added:
trunk/connector-api/src/assembly/
trunk/connector-api/src/assembly/bundle.xml
trunk/connector-api/src/main/resources/connector-base.xml
Modified:
trunk/connector-api/pom.xml
trunk/connectors/connector-jdbc/pom.xml
trunk/connectors/connector-jdbc/src/assembly/bundle.xml
trunk/connectors/connector-jdbc/src/main/resources/connector-jdbc.xml
trunk/connectors/connector-ldap/src/assembly/bundle.xml
trunk/connectors/connector-ldap/src/main/resources/connector-ldap.xml
trunk/connectors/connector-loopback/src/assembly/bundle.xml
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml
trunk/connectors/connector-salesforce/src/assembly/bundle.xml
trunk/connectors/connector-salesforce/src/main/resources/connector-salesforce.xml
trunk/connectors/connector-text/src/assembly/bundle.xml
trunk/connectors/connector-text/src/main/resources/connector-text.xml
trunk/connectors/connector-xml/src/assembly/bundle.xml
trunk/connectors/connector-xml/src/main/resources/connector-xml.xml
trunk/pom.xml
Log:
TEIID-561: moved the base "connector" fragment from the Configuration.xml to
connector-api project, and also made the "embedded" configuration build-up as
part of the building the kit.
Modified: trunk/connector-api/pom.xml
===================================================================
--- trunk/connector-api/pom.xml 2009-05-11 20:34:38 UTC (rev 907)
+++ trunk/connector-api/pom.xml 2009-05-11 21:19:03 UTC (rev 908)
@@ -38,4 +38,29 @@
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-2</version>
+ <configuration>
+ <descriptors>
+ <descriptor>src/assembly/bundle.xml</descriptor>
+ </descriptors>
+ <outputDirectory>target/distribution</outputDirectory>
+ <workDirectory>target/assembly/work</workDirectory>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Added: trunk/connector-api/src/assembly/bundle.xml
===================================================================
--- trunk/connector-api/src/assembly/bundle.xml (rev 0)
+++ trunk/connector-api/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC (rev 908)
@@ -0,0 +1,23 @@
+<!--This script builds a Zip file for the connector and its non-teiid dependencies
-->
+<assembly>
+
+ <id>bundle</id>
+
+ <formats>
+ <format>zip</format>
+ </formats>
+
+ <includeBaseDirectory>false</includeBaseDirectory>
+
+ <fileSets>
+ <fileSet>
+ <directory>target/classes</directory>
+ <includes><include>connector-base.xml</include></includes>
+ <outputDirectory>/</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>target/dependency</directory>
+ <outputDirectory>/</outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Property changes on: trunk/connector-api/src/assembly/bundle.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/connector-api/src/main/resources/connector-base.xml
===================================================================
--- trunk/connector-api/src/main/resources/connector-base.xml (rev
0)
+++ trunk/connector-api/src/main/resources/connector-base.xml 2009-05-11 21:19:03 UTC (rev
908)
@@ -0,0 +1,75 @@
+ <ComponentType Name="Connector" ComponentTypeCode="2"
Deployable="false" Deprecated="false" Monitorable="true"
SuperComponentType="Service" ParentComponentType="Connectors"
LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.916-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.916-06:00">
+ <PropertyDefinition Name="SourceConnectionTestInterval"
DisplayName="Data Source Test Connect Interval (seconds)"
ShortDescription="How often (in seconds) to create test connections to the underlying
datasource to see if it is available." DefaultValue="600"
Multiplicity="1" PropertyType="Integer" IsExpert="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system)" Multiplicity="0..1"
IsExpert="true" IsHidden="true" />
+ <PropertyDefinition Name="ExceptionOnMaxRows"
DisplayName="Exception on Exceeding Max Rows" ShortDescription="Indicates
if an Exception should be thrown if the specified value for Maximum Result Rows is
exceeded; else no exception and no more than the maximum will be returned"
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" />
+ <PropertyDefinition Name="metamatrix.service.essentialservice"
DisplayName="Essential Service" ShortDescription="Indicates if the service
is essential to operation of the Integration Server" DefaultValue="false"
Multiplicity="1" PropertyType="Boolean" IsExpert="true"
IsHidden="true" />
+ <PropertyDefinition Name="ServiceMonitoringEnabled"
DisplayName="Data Source Monitoring Enabled" ShortDescription="Whether to
monitor the underlying data source to see if it is available."
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
ISExpert="true" />
+ <PropertyDefinition Name="Immutable" DisplayName="Is
Immutable" ShortDescription="True if the source never changes."
DefaultValue="false" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" />
+ <PropertyDefinition Name="ConnectorMaxThreads"
DisplayName="Connector Maximum Thread Count" ShortDescription=""
DefaultValue="20" Multiplicity="1" PropertyType="Integer"
IsExpert="true" />
+ <PropertyDefinition Name="ConnectorClass"
DisplayName="Connector Class" ShortDescription=""
Multiplicity="1" IsExpert="true" IsHidden="true" />
+ <PropertyDefinition Name="ServiceClassName"
DisplayName="Service Class Name" ShortDescription=""
DefaultValue="com.metamatrix.server.connector.service.ConnectorService"
Multiplicity="1" IsHidden="true" />
+ <PropertyDefinition Name="MaxResultRows"
DisplayName="Maximum Result Rows" ShortDescription=""
DefaultValue="10000" Multiplicity="1" PropertyType="Integer"
IsExpert="true" />
+ <PropertyDefinition Name="ConnectorThreadTTL"
DisplayName="Thread Time to live (milliseconds)" ShortDescription=""
DefaultValue="120000" Multiplicity="1"
PropertyType="Integer" IsExpert="true" />
+ <PropertyDefinition Name="ResultSetCacheEnabled"
DisplayName="ResultSet Cache Enabled" ShortDescription=""
DefaultValue="false" Multiplicity="0..1"
PropertyType="Boolean" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ <PropertyDefinition Name="ResultSetCacheMaxSize"
DisplayName="ResultSet Cache Maximum Size (megabytes)"
ShortDescription="" DefaultValue="20" PropertyType="Integer"
/>
+ <PropertyDefinition Name="ResultSetCacheMaxAge"
DisplayName="ResultSet Cache Maximum Age (milliseconds)"
ShortDescription="" DefaultValue="3600000"
PropertyType="Long" IsExpert="true" />
+ <PropertyDefinition Name="ResultSetCacheScope"
DisplayName="ResultSet Cache Scope" ShortDescription=""
DefaultValue="vdb" IsExpert="true">
+ <AllowedValue>vdb</AllowedValue>
+ <AllowedValue>session</AllowedValue>
+ </PropertyDefinition>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.max_connections" DisplayName="Pool Maximum
Connections" ShortDescription="Set the maximum number of connections for the
connection pool" DefaultValue="20" Multiplicity="1"
PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false"/>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.max_connections_for_each_id"
DisplayName="Pool Maximum Connections for Each ID" ShortDescription="Set
the maximum number of connections for each connector ID for the connection pool"
DefaultValue="20" Multiplicity="1" PropertyType="Integer"
ValueDelimiter="," IsConstrainedToAllowedValues="true"
IsExpert="true" IsHidden="false" IsMasked="false"
IsModifiable="true" IsPreferred="false"/>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.live_and_unused_time" DisplayName="Pool
Connection Idle Time (seconds)" ShortDescription="Set the idle time of the
connection before it should be closed if pool shrinking is enabled"
DefaultValue="60" Multiplicity="0..1" PropertyType="Integer"
ValueDelimiter="," IsConstrainedToAllowedValues="true"
IsExpert="true" IsHidden="false" IsMasked="false"
IsModifiable="true" IsPreferred="false"/>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.wait_for_source_time" DisplayName="Pool
Connection Waiting Time (milliseconds)" ShortDescription="Set the time to wait
if the connection is not available" DefaultValue="120000"
Multiplicity="0..1" PropertyType="Integer"
ValueDelimiter="," IsConstrainedToAllowedValues="true"
IsExpert="true" IsHidden="false" IsMasked="false"
IsModifiable="true" IsPreferred="false"/>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.cleaning_interval" DisplayName="Pool
cleaning Interval (seconds)" ShortDescription="Set the interval to cleaning the
pool" DefaultValue="60" Multiplicity="0..1"
PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false"/>
+ <PropertyDefinition
Name="com.metamatrix.data.pool.enable_shrinking" DisplayName="Enable Pool
Shrinking" ShortDescription="Set whether to enable the pool shrinking"
DefaultValue="false" Multiplicity="0..1"
PropertyType="Boolean" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false"/>
+ <PropertyDefinition Name="supportsAndCriteria"
DisplayName="supportsAndCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCompareCriteria"
DisplayName="supportsCompareCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCompareCriteriaEquals"
DisplayName="supportsCompareCriteriaEquals" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCompareCriteriaGreaterThan"
DisplayName="supportsCompareCriteriaGreaterThan" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition
Name="supportsCompareCriteriaGreaterThanOrEqual"
DisplayName="supportsCompareCriteriaGreaterThanOrEqual"
ShortDescription="" Multiplicity="0..1"
PropertyType="Boolean" IsExpert="true" />
+ <PropertyDefinition Name="supportsCompareCriteriaLessThan"
DisplayName="supportsCompareCriteriaLessThan" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition
Name="supportsCompareCriteriaLessThanOrEqual"
DisplayName="supportsCompareCriteriaLessThanOrEqual"
ShortDescription="" Multiplicity="0..1"
PropertyType="Boolean" IsExpert="true" />
+ <PropertyDefinition Name="supportsCompareCriteriaNotEquals"
DisplayName="supportsCompareCriteriaNotEquals" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCriteria"
DisplayName="supportsCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsInCriteria"
DisplayName="supportsInCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsIsNullCriteria"
DisplayName="supportsIsNullCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsJoins"
DisplayName="supportsJoins" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsLikeCriteria"
DisplayName="supportsLikeCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsNotCriteria"
DisplayName="supportsNotCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsOrCriteria"
DisplayName="supportsOrCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsSelectDistinct"
DisplayName="supportsSelectDistinct" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsSelectLiterals"
DisplayName="supportsSelectLiterals" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAliasedGroup"
DisplayName="supportsAliasedGroup" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsSelfJoins"
DisplayName="supportsSelfJoins" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsOuterJoins"
DisplayName="supportsOuterJoins" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsFullOuterJoins"
DisplayName="supportsFullOuterJoins" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsBetweenCriteria"
DisplayName="supportsBetweenCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsLikeCriteriaEscapeCharacter"
DisplayName="supportsLikeCriteriaEscapeCharacter" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsInCriteriaSubquery"
DisplayName="supportsInCriteriaSubquery" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsExistsCriteria"
DisplayName="supportsExistsCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsQuantifiedCompareCriteria"
DisplayName="supportsQuantifiedCompareCriteria" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsQuantifiedCompareCriteriaSome"
DisplayName="supportsQuantifiedCompareCriteriaSome"
ShortDescription="" Multiplicity="0..1"
PropertyType="Boolean" IsExpert="true" />
+ <PropertyDefinition Name="supportsQuantifiedCompareCriteriaAll"
DisplayName="supportsQuantifiedCompareCriteriaAll" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsOrderBy"
DisplayName="supportsOrderBy" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregates"
DisplayName="supportsAggregates" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesSum"
DisplayName="supportsAggregatesSum" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesAvg"
DisplayName="supportsAggregatesAvg" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesMin"
DisplayName="supportsAggregatesMin" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesMax"
DisplayName="supportsAggregatesMax" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesCount"
DisplayName="supportsAggregatesCount" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesCountStar"
DisplayName="supportsAggregatesCountStar" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsAggregatesDistinct"
DisplayName="supportsAggregatesDistinct" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsScalarSubqueries"
DisplayName="supportsScalarSubqueries" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCorrelatedSubqueries"
DisplayName="supportsCorrelatedSubqueries" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsCaseExpressions"
DisplayName="supportsCaseExpressions" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsSearchedCaseExpressions"
DisplayName="supportsSearchedCaseExpressions" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsScalarFunctions"
DisplayName="supportsScalarFunctions" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="getSupportedFunctions"
DisplayName="getSupportedFunctions" ShortDescription=""
Multiplicity="0..1" PropertyType="string" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsInlineViews"
DisplayName="supportsInlineViews" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsOrderByInInlineViews"
DisplayName="supportsOrderByInInlineViews" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsUnionOrderBy"
DisplayName="supportsUnionOrderBy" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ <PropertyDefinition Name="supportsUnions"
DisplayName="supportsUnions" ShortDescription=""
Multiplicity="0..1" PropertyType="Boolean" IsExpert="true"
/>
+ </ComponentType>
+
\ No newline at end of file
Property changes on: trunk/connector-api/src/main/resources/connector-base.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/connectors/connector-jdbc/pom.xml
===================================================================
--- trunk/connectors/connector-jdbc/pom.xml 2009-05-11 20:34:38 UTC (rev 907)
+++ trunk/connectors/connector-jdbc/pom.xml 2009-05-11 21:19:03 UTC (rev 908)
@@ -72,6 +72,7 @@
<excludeTransitive>false</excludeTransitive>
<includeScope>runtime</includeScope>
<excludeTypes>pom</excludeTypes>
+
<includeArtifactIds>${project.artifactId}</includeArtifactIds>
<outputDirectory>target/dependency</outputDirectory>
</configuration>
</execution>
Modified: trunk/connectors/connector-jdbc/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-jdbc/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC (rev
907)
+++ trunk/connectors/connector-jdbc/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC (rev
908)
@@ -21,4 +21,18 @@
</fileSet>
</fileSets>
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified: trunk/connectors/connector-jdbc/src/main/resources/connector-jdbc.xml
===================================================================
--- trunk/connectors/connector-jdbc/src/main/resources/connector-jdbc.xml 2009-05-11
20:34:38 UTC (rev 907)
+++ trunk/connectors/connector-jdbc/src/main/resources/connector-jdbc.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,6 +1,7 @@
<ComponentType Name="JDBC Connector" ComponentTypeCode="2"
Deployable="true" Deprecated="false" Monitorable="false"
SuperComponentType="Connector" ParentComponentType="Connectors"
LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.952-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.952-06:00">
+ <PropertyDefinition Name="MaxSQLLength" DisplayName="Max
SQL String Length" ShortDescription="" DefaultValue="16384"
Multiplicity="0..1" PropertyType="Integer"
ValueDelimiter="," IsConstrainedToAllowedValues="true"
IsExpert="true" IsHidden="false" IsMasked="false"
IsModifiable="true" IsPreferred="false" />
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true" />
<PropertyDefinition Name="UseBindVariables"
DisplayName="Use prepared statements and bind variables"
ShortDescription="" DefaultValue="false"
PropertyType="Boolean" IsExpert="true" />
<PropertyDefinition Name="ExtensionCapabilityClass"
DisplayName="Extension Capability Class" ShortDescription=""
IsExpert="true" />
<PropertyDefinition Name="ConnectorClass"
DisplayName="Connector Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.JDBCConnector" Multiplicity="1"
IsExpert="true" />
@@ -13,7 +14,6 @@
<AllowedValue></AllowedValue>
</PropertyDefinition>
<PropertyDefinition Name="Password"
DisplayName="Password" ShortDescription="" Multiplicity="0"
IsConstrainedToAllowedValues="false" IsMasked="true"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:<protocol>:<url>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
<PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.translator.Translator"
IsExpert="true" />
<PropertyDefinition Name="SetCriteriaBatchSize"
DisplayName="Max Values in IN Predicate" ShortDescription="Max number of
values in an IN Predicate. Must be >= 0." DefaultValue="1000"
PropertyType="Integer" IsConstrainedToAllowedValues="false"
IsExpert="true" />
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
@@ -23,71 +23,139 @@
<PropertyDefinition Name="UseCommentsInSourceQuery"
DisplayName="Use informational comments in Source Queries"
ShortDescription="This will embed /*comment*/ style comment with session/request id
in source SQL query for informational purposes" DefaultValue="false"
PropertyType="Boolean" IsPreferred="true"
IsExpert="true"/>
<PropertyDefinition Name="ResultSetCacheEnabled"
DisplayName="ResultSet Cache Enabled" ShortDescription=""
DefaultValue="false" Multiplicity="0..1"
PropertyType="Boolean" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false"/>
<PropertyDefinition Name="ResultSetCacheMaxSize"
DisplayName="ResultSet Cache Maximum Size (megabytes)"
ShortDescription="" DefaultValue="0" Multiplicity="0..1"
PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
-
</ComponentType>
-
- <ComponentType Name="Apache Derby Embedded Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.941-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.941-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="org.apache.derby.jdbc.EmbeddedDataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:derby:<databaseName>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"
IsExpert="true" />
+ <ComponentType Name="Oracle Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="oracle.jdbc.driver.OracleDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:oracle:thin:@<host>:1521:<sid>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
</ComponentType>
- <ComponentType Name="Apache Derby Network Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.942-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.942-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="org.apache.derby.jdbc.ClientDriver" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:derby:<databaseName>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"
IsExpert="true" />
+ <ComponentType Name="Oracle XA Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="oracle.jdbc.xa.client.OracleXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:oracle:thin:@<host>:1521:<sid>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
- <ComponentType Name="MS Access Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.954-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.954-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver
(*.mdb)};DBQ=<data-source-name>" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
- <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.access.AccessSQLTranslator"
IsExpert="true" />
+ <ComponentType Name="DB2 Connector" ComponentTypeCode="2"
Deployable="true" Deprecated="false" Monitorable="false"
SuperComponentType="JDBC Connector" ParentComponentType="Connectors"
LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2Driver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:db2://<server>:50000/<db-name>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
</ComponentType>
- <ComponentType Name="MS Excel Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2006-02-08T11:02:36.029-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2006-02-08T11:02:36.029-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Excel Driver
(*.xls)};DBQ=<filePathToExcelFile>" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
+ <ComponentType Name="DB2 XA Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="com.ibm.db2.jcc.DB2XADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="PortNumber" DisplayName="Port
Number" DefaultValue="50000" ShortDescription=""
Multiplicity="1" PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ServerName" DisplayName="Server Name"
ShortDescription="" Multiplicity="1" PropertyType="String"
ValueDelimiter="," IsConstrainedToAllowedValues="false"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="true" />
+ <PropertyDefinition Name="DatabaseName"
DisplayName="Database Name" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="DriverType" DisplayName="Driver
Type" ShortDescription="" DefaultValue="4"
Multiplicity="1" PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
- <ComponentType Name="MySQL 4 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.938-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.938-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mysql://<host>:3306/<databaseName>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"
IsExpert="true" />
- <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
+ <ComponentType Name="SQL Server Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:sqlserver://<host>:1433;databaseName=<db-name>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
</ComponentType>
- <ComponentType Name="PostgreSQL 8 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.940-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.940-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="org.postgresql.xa.PGXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:postgresql://<host>:5432;DatabaseName=/<databaseName>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"
IsExpert="true" />
- <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
+ <ComponentType Name="SQL Server XA Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.microsoft.sqlserver.jdbc.SQLServerXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="PortNumber" DisplayName="Port
Number" DefaultValue="1433" ShortDescription=""
Multiplicity="1" PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ServerName" DisplayName="Server Name"
ShortDescription="" Multiplicity="1" PropertyType="String"
ValueDelimiter="," IsConstrainedToAllowedValues="false"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="true" />
+ <PropertyDefinition Name="DatabaseName"
DisplayName="Database Name" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
- <ComponentType Name="Teiid JDBC 6 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="metamatrixadmin"
LastChangedDate="2005-07-26T14:34:20.960-06:00"
CreatedBy="metamatrixadmin"
CreationDate="2005-07-26T14:34:20.960-06:00">
- <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="com.metamatrix.jdbc.MMDataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
- <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:metamatrix:<vdbName>@mm://<host>:<port>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <ComponentType Name="MySQL JDBC Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="com.mysql.jdbc.Driver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mysql://<host>:3306/<databaseName>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ </ComponentType>
+ <ComponentType Name="MySQL JDBC XA Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.mysql.jdbc.jdbc2.optional.MysqlXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="PortNumber" DisplayName="Port
Number" DefaultValue="3306" ShortDescription=""
Multiplicity="1" PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ServerName" DisplayName="Server Name"
ShortDescription="" Multiplicity="1" PropertyType="String"
ValueDelimiter="," IsConstrainedToAllowedValues="false"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="true" />
+ <PropertyDefinition Name="DatabaseName"
DisplayName="Database Name" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.mysql.MySQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
<PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
- <ComponentType Name="JDBC ODBC Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.953-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.953-06:00">
+ <ComponentType Name="PostgreSQL JDBC Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="org.postgresql.Driver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:postgresql://<host>:5432/<databaseName>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ </ComponentType>
+ <ComponentType Name="PostgreSQL XA JDBC Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="org.postgresql.xa.PGXADataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="PortNumber" DisplayName="Port
Number" DefaultValue="5432" ShortDescription=""
Multiplicity="1" PropertyType="Integer" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ServerName" DisplayName="Server Name"
ShortDescription="" Multiplicity="1" PropertyType="String"
ValueDelimiter="," IsConstrainedToAllowedValues="false"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="true" />
+ <PropertyDefinition Name="DatabaseName"
DisplayName="Database Name" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.postgresql.PostgreSQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ <PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
+ </ComponentType>
+ <ComponentType Name="Apache Derby Embedded Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="org.apache.derby.jdbc.EmbeddedDriver" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:derby:<databaseName>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ </ComponentType>
+ <ComponentType Name="Apache Derby Network Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="org.apache.derby.jdbc.ClientDriver" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:derby://localhost:1527/<path/to/db>"
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="false" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="true"
/>
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.derby.DerbySQLTranslator"
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsExpert="true"
IsHidden="false" IsMasked="false" IsModifiable="true"
IsPreferred="false" />
+ </ComponentType>
+ <ComponentType Name="Teiid JDBC 6 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="com.metamatrix.jdbc.MMDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:metamatrix:<vdbName>@mm://<host>:<port>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
+ </ComponentType>
+ <ComponentType Name="JDBC ODBC Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:odbc:<data-source-name>[;UID=<xxx>
;PWD=<xxx>]" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
</ComponentType>
+ <ComponentType Name="MS Access Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
CreatedBy="ConfigurationStartup">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Access Driver
(*.mdb)};DBQ=<data-source-name>" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
+ <PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.access.AccessSQLTranslator"
IsExpert="true" />
+ </ComponentType>
+ <ComponentType Name="MS Excel Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2006-02-08T11:02:36.029-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2006-02-08T11:02:36.029-06:00">
+ <PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name" DefaultValue="sun.jdbc.odbc.JdbcOdbcDriver"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription="" DefaultValue="jdbc:odbc:Driver={MicroSoft Excel Driver
(*.xls)};DBQ=<filePathToExcelFile>" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
+ </ComponentType>
+ <!--
<ComponentType Name="Datadirect DB2 8 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.928-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.928-06:00">
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.metamatrix.jdbcx.db2.DB2DataSource" Multiplicity="1"
IsConstrainedToAllowedValues="false" IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mmx:db2://<host>:50000;DatabaseName=<databasename>;CollectionID=<collectionid>;PackageName=<packagename>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
<PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.db2.DB2SQLTranslator"
IsExpert="true" />
<PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
<ComponentType Name="Datadirect Oracle 9 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.923-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.923-06:00">
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.metamatrix.jdbcx.oracle.OracleDataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mmx:oracle://<host>:1521;SID=<sid>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
<PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.oracle.OracleSQLTranslator"
IsExpert="true" />
<PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
<ComponentType Name="Datadirect SQL Server 2003 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.935-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.935-06:00">
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.metamatrix.jdbcx.sqlserver.SQLServerDataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mmx:sqlserver://<host>:1433;DatabaseName=<databasename>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
<PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.sqlserver.SqlServerSQLTranslator"
IsExpert="true" />
<PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
</ComponentType>
<ComponentType Name="Datadirect Sybase 12 Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="JDBC Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.930-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.930-06:00">
<PropertyDefinition Name="ConnectionSource"
DisplayName="Connection Source Class" ShortDescription="Driver, DataSource,
or XADataSource class name"
DefaultValue="com.metamatrix.jdbcx.sybase.SybaseDataSource"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="JDBC URL"
ShortDescription=""
DefaultValue="jdbc:mmx:sybase://<host>:5000;DatabaseName=<databasename>"
Multiplicity="1" IsConstrainedToAllowedValues="false"
IsPreferred="true" />
+ <PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="1" PropertyType="String" ValueDelimiter=","
IsConstrainedToAllowedValues="true" IsHidden="false"
IsMasked="false" IsModifiable="true" IsPreferred="false"
/>
<PropertyDefinition Name="ExtensionTranslationClass"
DisplayName="Extension SQL Translation Class" ShortDescription=""
DefaultValue="org.teiid.connector.jdbc.sybase.SybaseSQLTranslator"
IsExpert="true" />
<PropertyDefinition Name="IsXA" DisplayName="Is XA"
ShortDescription="Is XA" DefaultValue="true"
Multiplicity="1" PropertyType="Boolean"
IsConstrainedToAllowedValues="true" IsPreferred="true" />
<PropertyDefinition Name="SetCriteriaBatchSize"
DisplayName="Max Values in IN Predicate" ShortDescription="Max number of
values in an IN Predicate. Must be >= 0." DefaultValue="250"
PropertyType="Integer" IsConstrainedToAllowedValues="false"
IsExpert="true" />
- </ComponentType>
\ No newline at end of file
+ </ComponentType>
+ -->
\ No newline at end of file
Modified: trunk/connectors/connector-ldap/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-ldap/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC (rev
907)
+++ trunk/connectors/connector-ldap/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC (rev
908)
@@ -21,4 +21,18 @@
</fileSet>
</fileSets>
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified: trunk/connectors/connector-ldap/src/main/resources/connector-ldap.xml
===================================================================
--- trunk/connectors/connector-ldap/src/main/resources/connector-ldap.xml 2009-05-11
20:34:38 UTC (rev 907)
+++ trunk/connectors/connector-ldap/src/main/resources/connector-ldap.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,6 +1,6 @@
<ComponentType Name="LDAP Connector" ComponentTypeCode="2"
Deployable="true" Deprecated="false" Monitorable="false"
SuperComponentType="Connector" ParentComponentType="Connectors"
LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.946-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.946-06:00">
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true" />
<PropertyDefinition Name="SearchDefaultBaseDN"
DisplayName="Default Search Base DN" ShortDescription="Default Base DN for
LDAP Searches" IsExpert="true" />
<PropertyDefinition Name="LdapAdminUserDN"
DisplayName="Ldap Admin User DN" ShortDescription="User DN for the LDAP
admin account."
DefaultValue="cn=<>,ou=<>,dc=<>"
Multiplicity="1" IsPreferred="true" />
<PropertyDefinition Name="Standard" DisplayName="Standard
Type" ShortDescription="Standard Built-in Connector Type"
DefaultValue="true" PropertyType="Boolean" IsExpert="true"
IsModifiable="false" />
@@ -14,4 +14,5 @@
<PropertyDefinition Name="RestrictToObjectClass"
DisplayName="Restrict Searches To Named Object Class"
ShortDescription="Restrict Searches to objectClass named in the Name field for a
table" DefaultValue="false" PropertyType="Boolean"
IsExpert="true" />
<PropertyDefinition Name="LdapTxnTimeoutInMillis"
DisplayName="Ldap Transaction Timeout (ms)" ShortDescription="Timeout value
for LDAP searches. Defaults to TCP timeout value." />
<PropertyDefinition Name="LdapUrl" DisplayName="Ldap
URL" ShortDescription="Ldap URL of the server, including port number."
DefaultValue="ldap://<ldapServer>:<389>"
Multiplicity="1" IsPreferred="true" />
- </ComponentType>
\ No newline at end of file
+ </ComponentType>
+
\ No newline at end of file
Modified: trunk/connectors/connector-loopback/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-loopback/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC
(rev 907)
+++ trunk/connectors/connector-loopback/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC
(rev 908)
@@ -21,4 +21,18 @@
</fileSet>
</fileSets>
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified: trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml
===================================================================
---
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml 2009-05-11
20:34:38 UTC (rev 907)
+++
trunk/connectors/connector-loopback/src/main/resources/connector-loopback.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,9 +1,10 @@
<ComponentType Name="Loopback Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.945-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.945-06:00">
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true" />
<PropertyDefinition Name="CapabilitiesClass"
DisplayName="Capabilities Class" ShortDescription=""
DefaultValue="com.metamatrix.connector.loopback.LoopbackCapabilities"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="WaitTime" DisplayName="Max Random
Wait Time" ShortDescription="" DefaultValue="0"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="ConnectorClass"
DisplayName="Connector Class" ShortDescription=""
DefaultValue="com.metamatrix.connector.loopback.LoopbackConnector"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="RowCount" DisplayName="Rows Per
Query" ShortDescription="" DefaultValue="1"
Multiplicity="1" IsExpert="true" IsPreferred="true" />
<PropertyDefinition Name="Standard" DisplayName="Standard
Type" ShortDescription="Standard Built-in Connector Type"
DefaultValue="true" PropertyType="Boolean" IsExpert="true"
IsModifiable="false" />
- </ComponentType>
\ No newline at end of file
+ </ComponentType>
+
\ No newline at end of file
Modified: trunk/connectors/connector-salesforce/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-salesforce/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC
(rev 907)
+++ trunk/connectors/connector-salesforce/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC
(rev 908)
@@ -19,5 +19,20 @@
<directory>target/dependency</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
- </fileSets>
+ </fileSets>
+
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified:
trunk/connectors/connector-salesforce/src/main/resources/connector-salesforce.xml
===================================================================
---
trunk/connectors/connector-salesforce/src/main/resources/connector-salesforce.xml 2009-05-11
20:34:38 UTC (rev 907)
+++
trunk/connectors/connector-salesforce/src/main/resources/connector-salesforce.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,10 +1,11 @@
<ComponentType Name="Salesforce Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="Connector"
ParentComponentType="Connectors"
LastChangedDate="2008-10-31T10:26:19.916-06:00"
CreationDate="2008-10-31T10:26:19.916-06:00">
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true" />
<PropertyDefinition Name="username" DisplayName="User
Name" ShortDescription="Name value for Salesforce authentication"
DefaultValue="" Multiplicity="1" IsPreferred="true" />
<PropertyDefinition Name="ConnectorStateClass"
DisplayName="Connector State Class" ShortDescription=""
DefaultValue="com.metamatrix.connector.salesforce.ConnectorState"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="ConnectorClass"
DisplayName="Connector Class" ShortDescription=""
DefaultValue="com.metamatrix.connector.salesforce.Connector"
Multiplicity="1" IsExpert="true" />
<PropertyDefinition Name="password"
DisplayName="Password" ShortDescription="Password value for Salesforce
authentication" DefaultValue="" Multiplicity="1"
IsMasked="true" IsPreferred="true" />
<PropertyDefinition Name="URL" DisplayName="Salesforce
URL" ShortDescription="URL for connecting to Salesforce"
DefaultValue="" IsExpert="true" />
<PropertyDefinition Name="ConnectorCapabilities"
DisplayName="Connector Capabilities Class" ShortDescription="The class to
use to provide the Connector Capabilities"
DefaultValue="com.metamatrix.connector.salesforce.SalesforceCapabilities"
IsConstrainedToAllowedValues="false" IsExpert="true" />
- </ComponentType>
\ No newline at end of file
+ </ComponentType>
+
\ No newline at end of file
Modified: trunk/connectors/connector-text/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-text/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC (rev
907)
+++ trunk/connectors/connector-text/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC (rev
908)
@@ -20,4 +20,19 @@
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
+
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified: trunk/connectors/connector-text/src/main/resources/connector-text.xml
===================================================================
--- trunk/connectors/connector-text/src/main/resources/connector-text.xml 2009-05-11
20:34:38 UTC (rev 907)
+++ trunk/connectors/connector-text/src/main/resources/connector-text.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,6 +1,6 @@
<ComponentType Name="Text File Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="Connector"
ParentComponentType="Connectors" LastChangedBy="ConfigurationStartup"
LastChangedDate="2008-10-31T10:26:19.945-06:00"
CreatedBy="ConfigurationStartup"
CreationDate="2008-10-31T10:26:19.945-06:00">
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true"/>
<PropertyDefinition Name="PartialStartupAllowed"
DisplayName="Partial Startup Allowed" ShortDescription=""
DefaultValue="true" Multiplicity="1" PropertyType="Boolean"
IsExpert="true" IsPreferred="true" />
<PropertyDefinition Name="Standard" DisplayName="Standard
Type" ShortDescription="Standard Built-in Connector Type"
DefaultValue="true" PropertyType="Boolean" IsExpert="true"
IsModifiable="false" />
<PropertyDefinition Name="DescriptorFile" DisplayName="Text
File Descriptor" ShortDescription="" Multiplicity="1"
IsPreferred="true" />
@@ -8,4 +8,5 @@
<PropertyDefinition Name="EnforceColumnCount"
DisplayName="Enforce Column Count" ShortDescription="This forces the number
of columns in text file to match what was modeled" DefaultValue="false"
PropertyType="Boolean" IsConstrainedToAllowedValues="false" />
<PropertyDefinition Name="DateResultFormatsDelimiter"
DisplayName="Date Result Formats Delimiter" ShortDescription=""
IsExpert="true" />
<PropertyDefinition Name="DateResultFormats"
DisplayName="Date Result Formats" ShortDescription=""
IsExpert="true" />
- </ComponentType>
\ No newline at end of file
+ </ComponentType>
+
\ No newline at end of file
Modified: trunk/connectors/connector-xml/src/assembly/bundle.xml
===================================================================
--- trunk/connectors/connector-xml/src/assembly/bundle.xml 2009-05-11 20:34:38 UTC (rev
907)
+++ trunk/connectors/connector-xml/src/assembly/bundle.xml 2009-05-11 21:19:03 UTC (rev
908)
@@ -20,4 +20,19 @@
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
+
+ <dependencySets>
+ <dependencySet>
+ <useProjectArtifact>true</useProjectArtifact>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ <useTransitiveFiltering>false</useTransitiveFiltering>
+ <useDefaultExcludes>true</useDefaultExcludes>
+ <unpack>false</unpack>
+
+ <excludes>
+ <exclude>teiid:*</exclude>
+ </excludes>
+ </dependencySet>
+ </dependencySets>
+
</assembly>
\ No newline at end of file
Modified: trunk/connectors/connector-xml/src/main/resources/connector-xml.xml
===================================================================
--- trunk/connectors/connector-xml/src/main/resources/connector-xml.xml 2009-05-11
20:34:38 UTC (rev 907)
+++ trunk/connectors/connector-xml/src/main/resources/connector-xml.xml 2009-05-11
21:19:03 UTC (rev 908)
@@ -1,6 +1,6 @@
<ComponentType Name="XML Connector" ComponentTypeCode="2"
Deployable="true" Deprecated="false" Monitorable="false"
SuperComponentType="Connector" ParentComponentType="Connectors"
LastChangedDate="2008-10-31T10:26:19.917-06:00"
CreationDate="2008-10-31T10:26:19.917-06:00">
<PropertyDefinition Name="ConnectorClassPath"
DisplayName="Class Path" ShortDescription=""
Multiplicity="0..1" IsPreferred="true"/>
- <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true"/>
+ <PropertyDefinition Name="ConnectorTypeClassPath"
DisplayName="Connector Type Class Path" ShortDescription="Connector Type
classpath (defined by system, do not modify)"
DefaultValue="extensionjar:connector_patch.jar;extensionjar:${project.artifactId}-${project.version}.jar;${classpath}"
Multiplicity="0..1" IsExpert="true" IsModifiable="false"
IsHidden="true"/>
</ComponentType>
<ComponentType Name="XML File Connector"
ComponentTypeCode="2" Deployable="true" Deprecated="false"
Monitorable="false" SuperComponentType="XML Connector"
ParentComponentType="Connectors"
LastChangedDate="2008-10-31T10:26:19.917-06:00"
CreationDate="2008-10-31T10:26:19.917-06:00">
@@ -128,4 +128,4 @@
<PropertyDefinition Name="TrustType" DisplayName="Trust
Type:(DirectReference or IssuerSerial)" ShortDescription="Only required for
Signature and Signed SAML; The issuer-serial method presumes that all trusted users of the
service are known to the service and have pre-registered their certificate chains before
using the service. The direct-reference method presumes that the service operator trusts
all users with certificates issued by a trusted CA."
DefaultValue="DirectReference" IsExpert="true"
IsPreferred="true" />
<PropertyDefinition Name="QueryPreprocessorClass"
DisplayName="Query Preprocessor Class" ShortDescription="The class to use
to preprocess the IQuery"
DefaultValue="com.metamatrix.connector.xml.base.NoQueryPreprocessing"
IsConstrainedToAllowedValues="false" IsExpert="true" />
</ComponentType>
-
\ No newline at end of file
+
\ No newline at end of file
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-05-11 20:34:38 UTC (rev 907)
+++ trunk/pom.xml 2009-05-11 21:19:03 UTC (rev 908)
@@ -83,7 +83,6 @@
<!-- <descriptor>build/assembly/bin.xml</descriptor>-->
<descriptor>build/assembly/embedded/embedded-client-jar.xml</descriptor>
<descriptor>build/assembly/embedded/embedded-dependencies.xml</descriptor>
- <descriptor>build/assembly/embedded/embedded-connector-dependencies.xml</descriptor>
<descriptor>build/assembly/embedded/embedded-jar.xml</descriptor>
<descriptor>build/assembly/embedded/embedded-dist.xml</descriptor>
<descriptor>build/assembly/cdk/cdk-dependencies.xml</descriptor>
@@ -97,6 +96,7 @@
</plugins>
</build>
<modules>
+ <module>build</module>
<module>documentation</module>
</modules>
</profile>