[jboss-cvs] JBossAS SVN: r77369 - branches/Branch_4_2/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 22 14:45:56 EDT 2008


Author: alex.loubyansky at jboss.com
Date: 2008-08-22 14:45:55 -0400 (Fri, 22 Aug 2008)
New Revision: 77369

Modified:
   branches/Branch_4_2/server/src/etc/conf/default/standardjbosscmp-jdbc.xml
Log:
JBAS-5831

Modified: branches/Branch_4_2/server/src/etc/conf/default/standardjbosscmp-jdbc.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/standardjbosscmp-jdbc.xml	2008-08-22 17:50:36 UTC (rev 77368)
+++ branches/Branch_4_2/server/src/etc/conf/default/standardjbosscmp-jdbc.xml	2008-08-22 18:45:55 UTC (rev 77369)
@@ -2975,8 +2975,11 @@
 
       <!-- this command requires auto-increment element for unknown-pk -->
       <entity-command name="mysql-get-generated-keys"
-                      class="org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCMySQLCreateCommand"/>
+                      class="org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCMySQLCreateCommand">
+         <!-- uncomment in case of XADataSource <attribute name="class-name">com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper</attribute>  -->
+      </entity-command>
 
+
       <!-- this command requires the specified sequence to have been created -->
       <entity-command name="oracle-sequence"
                       class="org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCOracleCreateCommand">




More information about the jboss-cvs-commits mailing list