Author: shawkins
Date: 2010-04-16 17:45:46 -0400 (Fri, 16 Apr 2010)
New Revision: 2062
Modified:
trunk/adminshell/src/main/resources/connector.xsl
Log:
TEIID-833 fixing the migration tool, the db2 package is wrong
Modified: trunk/adminshell/src/main/resources/connector.xsl
===================================================================
--- trunk/adminshell/src/main/resources/connector.xsl 2010-04-16 21:15:33 UTC (rev 2061)
+++ trunk/adminshell/src/main/resources/connector.xsl 2010-04-16 21:45:46 UTC (rev 2062)
@@ -108,7 +108,7 @@
<config-property
name="ExtensionTranslationClassName">org.teiid.connector.jdbc.sqlserver.SQLServerSQLTranslator</config-property>
</xsl:when>
<xsl:when test="starts-with(@ComponentType,'DB2')">
- <config-property
name="ExtensionTranslationClassName">org.teiid.connector.jdbc.sqlserver.DB2SQLTranslator</config-property>
+ <config-property
name="ExtensionTranslationClassName">org.teiid.connector.jdbc.db2.DB2SQLTranslator</config-property>
</xsl:when>
<xsl:when test="starts-with(@ComponentType,'H2')">
<config-property
name="ExtensionTranslationClassName">org.teiid.connector.jdbc.h2.H2Translator</config-property>
Show replies by date