Done. Thanks for keeping an eye on the commits.... -Donald
David Jencks wrote:
Could you please undo this? Despite anything that may have been published (by me even, in the past), there is no local db2 adapter. You can run the xa one in local transaction mode but this one doesn't actually work.thanks david jencks On Mar 18, 2008, at 2:15 PM, [EMAIL PROTECTED] wrote:Author: dwoods Date: Tue Mar 18 14:15:53 2008 New Revision: 638573 URL: http://svn.apache.org/viewvc?rev=638573&view=rev Log: added missing tranql-connector-db2-local Modified:geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xmlgeronimo/server/branches/2.1/pom.xmlModified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml?rev=638573&r1=638572&r2=638573&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml (original) +++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml Tue Mar 18 14:15:53 2008@@ -91,12 +91,20 @@<attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute></gbean><gbean name="Database2" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">- <attribute name="name">DB2</attribute> + <attribute name="name">DB2 XA</attribute> <attribute name="URLPrototype">null</attribute> <attribute name="driverClassName">null</attribute> <attribute name="defaultPort">0</attribute> <attribute name="specific">true</attribute><attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>+ </gbean>+ <gbean name="Database2a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">+ <attribute name="name">DB2</attribute> + <attribute name="URLPrototype">null</attribute> + <attribute name="driverClassName">null</attribute> + <attribute name="defaultPort">0</attribute> + <attribute name="specific">true</attribute>+ <attribute name="RARName">org.tranql/tranql-connector-db2-local//rar</attribute></gbean><gbean name="Database3" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean"><attribute name="name">DB2 (DataDirect)</attribute>Modified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml?rev=638573&r1=638572&r2=638573&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml (original) +++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml Tue Mar 18 14:15:53 2008@@ -92,12 +92,20 @@<attribute name="RARName">org.tranql/tranql-connector-ra//rar</attribute></gbean><gbean name="Database2" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">- <attribute name="name">DB2</attribute> + <attribute name="name">DB2 XA</attribute> <attribute name="URLPrototype">null</attribute> <attribute name="driverClassName">null</attribute> <attribute name="defaultPort">0</attribute> <attribute name="specific">true</attribute><attribute name="RARName">org.tranql/tranql-connector-db2-xa//rar</attribute>+ </gbean>+ <gbean name="Database2a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">+ <attribute name="name">DB2</attribute> + <attribute name="URLPrototype">null</attribute> + <attribute name="driverClassName">null</attribute> + <attribute name="defaultPort">0</attribute> + <attribute name="specific">true</attribute>+ <attribute name="RARName">org.tranql/tranql-connector-db2-local//rar</attribute></gbean><gbean name="Database3" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean"><attribute name="name">DB2 (DataDirect)</attribute> Modified: geronimo/server/branches/2.1/pom.xmlURL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=638573&r1=638572&r2=638573&view=diff ==============================================================================--- geronimo/server/branches/2.1/pom.xml (original) +++ geronimo/server/branches/2.1/pom.xml Tue Mar 18 14:15:53 2008 @@ -938,6 +938,13 @@ <dependency> <groupId>org.tranql</groupId> + <artifactId>tranql-connector-db2-local</artifactId> + <version>1.1</version> + <type>rar</type> + </dependency> + + <dependency> + <groupId>org.tranql</groupId> <artifactId>tranql-connector-db2-xa</artifactId> <version>1.1</version> <type>rar</type>
smime.p7s
Description: S/MIME Cryptographic Signature
