You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2008/06/27 16:33:00 UTC

svn commit: r672282 - in /geronimo/server/trunk/plugins/system-database: sysdb-console-jetty/src/main/plan/plan.xml sysdb-console-tomcat/src/main/plan/plan.xml

Author: linsun
Date: Fri Jun 27 07:32:59 2008
New Revision: 672282

URL: http://svn.apache.org/viewvc?rev=672282&view=rev
Log:
change to DB2 XA since it uses the TranQL XA Resource Adapter for DB2

Modified:
    geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
    geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml?rev=672282&r1=672281&r2=672282&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml Fri Jun 27 07:32:59 2008
@@ -94,7 +94,7 @@
         <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>

Modified: geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml?rev=672282&r1=672281&r2=672282&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml Fri Jun 27 07:32:59 2008
@@ -95,7 +95,7 @@
         <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>