From: Michael N. <mne...@us...> - 2003-03-19 16:43:29
|
User: mnewcomb Date: 03/03/19 08:43:27 Modified: src/etc/conf/default standardjbosscmp-jdbc.xml Log: - since JBoss 4 now requires JDK 1.4, enabling the 'get-generated-keys' entity-command which relies on JDBC 3.0 Revision Changes Path 1.56 +1 -3 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.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- standardjbosscmp-jdbc.xml 2 Mar 2003 10:39:42 -0000 1.55 +++ standardjbosscmp-jdbc.xml 19 Mar 2003 16:43:25 -0000 1.56 @@ -7,7 +7,7 @@ <!-- --> <!-- ===================================================================== --> -<!-- $Id: standardjbosscmp-jdbc.xml,v 1.55 2003/03/02 10:39:42 cooperfbi Exp $ --> +<!-- $Id: standardjbosscmp-jdbc.xml,v 1.56 2003/03/19 16:43:25 mnewcomb Exp $ --> <jbosscmp-jdbc> @@ -2139,10 +2139,8 @@ <attribute name="key-generator-factory">UUIDKeyGeneratorFactory</attribute> </entity-command> -<!-- JDK1.4 <entity-command name="get-generated-keys" class="org.jboss.ejb.plugins.cmp.jdbc.jdbc3.JDBCGetGeneratedKeysCreateCommand"/> ---> </entity-commands> </jbosscmp-jdbc> |