[jbpm-commits] JBoss JBPM SVN: r5442 - in jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm: module/def and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 7 07:31:10 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-08-07 07:31:09 -0400 (Fri, 07 Aug 2009)
New Revision: 5442

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/instantiation/Delegation.hbm.xml
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/module/def/ModuleDefinition.hbm.xml
Log:
[JBPM-2369] restore type and length of ModuleDefinition.name and Delegation.className

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/instantiation/Delegation.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/instantiation/Delegation.hbm.xml	2009-08-07 08:54:13 UTC (rev 5441)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/instantiation/Delegation.hbm.xml	2009-08-07 11:31:09 UTC (rev 5442)
@@ -8,7 +8,7 @@
          table="JBPM_DELEGATION">
     <id name="id" column="ID_"><generator class="native" /></id>
 
-    <property name="className" column="CLASSNAME_" />
+    <property name="className" column="CLASSNAME_" type="longstring" length="4000" />
     <property name="configuration" column="CONFIGURATION_" type="longstring" length="4000" />
     <property name="configType" column="CONFIGTYPE_"/>
     

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/module/def/ModuleDefinition.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/module/def/ModuleDefinition.hbm.xml	2009-08-07 08:54:13 UTC (rev 5441)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/resources/org/jbpm/module/def/ModuleDefinition.hbm.xml	2009-08-07 11:31:09 UTC (rev 5442)
@@ -19,7 +19,7 @@
     <!-- I : org.jbpm.scheduler.def.SchedulerDefinition -->
     <!-- T : org.jbpm.taskmgmt.def.TaskMgmtDefinition -->
 
-    <property name="name" column="NAME_"/>
+    <property name="name" column="NAME_" type="longstring" length="4000"/>
     <many-to-one name="processDefinition" 
                  column="PROCESSDEFINITION_"
                  foreign-key="FK_MODDEF_PROCDEF"



More information about the jbpm-commits mailing list