[jboss-cvs] JBossAS SVN: r62002 - branches/Branch_4_0/server/src/resources/uuid-key-generator/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 2 15:53:17 EDT 2007


Author: rrajesh
Date: 2007-04-02 15:53:17 -0400 (Mon, 02 Apr 2007)
New Revision: 62002

Modified:
   branches/Branch_4_0/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml
Log:
JBAS-4240 Added comment

Modified: branches/Branch_4_0/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml
===================================================================
--- branches/Branch_4_0/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml	2007-04-02 19:38:41 UTC (rev 62001)
+++ branches/Branch_4_0/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml	2007-04-02 19:53:17 UTC (rev 62002)
@@ -33,7 +33,7 @@
      <!-- Column that contains hi values -->
      <attribute name="IdColumnName">HIGHVALUES</attribute>
 
-     <!-- Create table DDL -->
+     <!-- Create table DDL - DDL should be in a single line without line breaks to work with DB2 7.2 -->
      <attribute name="CreateTableDdl">
         create table HILOSEQUENCES (SEQUENCENAME varchar(50) not null, HIGHVALUES integer not null, constraint hilo_pk primary key (SEQUENCENAME))
      </attribute>




More information about the jboss-cvs-commits mailing list