[jbpm-commits] JBoss JBPM SVN: r2367 - jbpm3/branches/aguizar/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 14:25:54 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-09-24 14:25:54 -0400 (Wed, 24 Sep 2008)
New Revision: 2367

Modified:
   jbpm3/branches/aguizar/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
Log:
reverted id-type from text to string

Modified: jbpm3/branches/aguizar/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml
===================================================================
--- jbpm3/branches/aguizar/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml	2008-09-24 17:53:56 UTC (rev 2366)
+++ jbpm3/branches/aguizar/modules/core/src/main/resources/org/jbpm/context/exe/variableinstance/HibernateStringInstance.hbm.xml	2008-09-24 18:25:54 UTC (rev 2367)
@@ -8,7 +8,7 @@
   <subclass name="org.jbpm.context.exe.variableinstance.HibernateStringInstance" 
             extends="org.jbpm.context.exe.VariableInstance" 
             discriminator-value="I">
-    <any name="value" id-type="text" cascade="save-update">
+    <any name="value" id-type="string" cascade="save-update">
       <column name="STRINGIDCLASS_" />
       <column name="STRINGVALUE_"/>
     </any>




More information about the jbpm-commits mailing list