[jbpm-commits] JBoss JBPM SVN: r5882 - jbpm3/branches/jbpm-3.2.8.GA_JBPM-2617/modules/core/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 3 18:14:40 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-11-03 18:14:39 -0500 (Tue, 03 Nov 2009)
New Revision: 5882

Modified:
   jbpm3/branches/jbpm-3.2.8.GA_JBPM-2617/modules/core/src/main/resources/hibernate.mapping.db2.xml
Log:
JBPM-2617: Dynamic timer support pack for DB2
Correct syntax error in DB2 mapping document

Modified: jbpm3/branches/jbpm-3.2.8.GA_JBPM-2617/modules/core/src/main/resources/hibernate.mapping.db2.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.8.GA_JBPM-2617/modules/core/src/main/resources/hibernate.mapping.db2.xml	2009-11-03 22:22:25 UTC (rev 5881)
+++ jbpm3/branches/jbpm-3.2.8.GA_JBPM-2617/modules/core/src/main/resources/hibernate.mapping.db2.xml	2009-11-03 23:14:39 UTC (rev 5882)
@@ -13,7 +13,7 @@
          employ data type CLOB instead of VARCHAR(4000) in long string columns.
          With CLOB columns, the jBPM tables fit on a 4KB page-size tablespace,
          as opposed to the 32KB page-size tablespace required with VARCHAR(4000).
-         For details, see: https://jira.jboss.org/jira/browse/JBPM-2369
+         For details, see: https://jira.jboss.org/jira/browse/JBPM-2369 -->
     <!--
     <mapping resource="org/jbpm/db/hibernate.types.db2.hbm.xml" />
     <mapping resource="org/jbpm/context/exe/variableinstance/HibernateStringInstance.db2.hbm.xml"/>



More information about the jbpm-commits mailing list