[jboss-cvs] JBossAS SVN: r77362 - trunk/server/src/etc/conf/default.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 22 11:09:04 EDT 2008
Author: alex.loubyansky at jboss.com
Date: 2008-08-22 11:09:04 -0400 (Fri, 22 Aug 2008)
New Revision: 77362
Modified:
trunk/server/src/etc/conf/default/standardjbosscmp-jdbc.xml
Log:
JBAS-5831
Modified: trunk/server/src/etc/conf/default/standardjbosscmp-jdbc.xml
===================================================================
--- trunk/server/src/etc/conf/default/standardjbosscmp-jdbc.xml 2008-08-22 14:32:19 UTC (rev 77361)
+++ trunk/server/src/etc/conf/default/standardjbosscmp-jdbc.xml 2008-08-22 15:09:04 UTC (rev 77362)
@@ -2970,7 +2970,9 @@
<!-- 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"
More information about the jboss-cvs-commits
mailing list