|
From: Alexey L. <lou...@us...> - 2002-09-24 15:23:59
|
User: loubyansky
Date: 02/09/24 08:23:58
Modified: src/etc/conf/default standardjbosscmp-jdbc.xml
Log:
Renamed MySQLCreateEntityCommand.java to JDBCMySQLCreateCommand.java
Revision Changes Path
1.48 +2 -2 jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml
Index: standardjbosscmp-jdbc.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjbosscmp-jdbc.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- standardjbosscmp-jdbc.xml 21 Sep 2002 18:12:20 -0000 1.47
+++ standardjbosscmp-jdbc.xml 24 Sep 2002 15:23:56 -0000 1.48
@@ -7,7 +7,7 @@
<!-- -->
<!-- ===================================================================== -->
-<!-- $Id: standardjbosscmp-jdbc.xml,v 1.47 2002/09/21 18:12:20 dsundstrom Exp $ -->
+<!-- $Id: standardjbosscmp-jdbc.xml,v 1.48 2002/09/24 15:23:56 loubyansky Exp $ -->
<jbosscmp-jdbc>
@@ -2071,7 +2071,7 @@
<!-- this command requires auto-increment element for unknown-pk -->
<entity-command name="mysql-get-generated-keys"
- class="org.jboss.ejb.plugins.cmp.jdbc.mysql.MySQLCreateEntityCommand"/>
+ class="org.jboss.ejb.plugins.cmp.jdbc.mysql.JDBCMySQLCreateCommand"/>
<!-- uses key generator to fetch the next key value -->
<entity-command name="key-generator"
|