[jbpm-commits] JBoss JBPM SVN: r3778 - in jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm: graph/exe and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 4 12:22:47 EST 2009


Author: alex.guizar at jboss.com
Date: 2009-02-04 12:22:47 -0500 (Wed, 04 Feb 2009)
New Revision: 3778

Modified:
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/TokenVariableMap.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/VariableInstance.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Comment.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/ProcessInstance.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/RuntimeAction.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Token.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/job/Job.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/module/exe/ModuleInstance.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
   jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
Log:
JBPM-1953 turn off version checking under SOA-P

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/TokenVariableMap.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/TokenVariableMap.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/TokenVariableMap.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -8,7 +8,9 @@
   <class name="org.jbpm.context.exe.TokenVariableMap"
          table="JBPM_TOKENVARIABLEMAP">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
     
     <many-to-one name="token" 
                  column="TOKEN_"

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/VariableInstance.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/VariableInstance.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/context/exe/VariableInstance.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -10,7 +10,6 @@
          abstract="true" 
          discriminator-value="V">
     <id name="id" column="ID_"><generator class="native" /></id>
-    <discriminator type="char" column="CLASS_"/>
     <!-- V : org.jbpm.context.exe.VariableInstance -->
     <!-- B : org.jbpm.context.exe.variableinstance.ByteArrayInstance -->
     <!-- D : org.jbpm.context.exe.variableinstance.DateInstance -->
@@ -21,7 +20,10 @@
     <!-- S : org.jbpm.context.exe.variableinstance.StringInstance -->
     <!-- N : org.jbpm.context.exe.variableinstance.NullInstance -->
     <!-- J : org.jbpm.context.exe.variableinstance.JcrNodeInstance -->
+    <discriminator type="char" column="CLASS_"/>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
     
     <property name="name" column="NAME_"/>
     <property name="converter" 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Comment.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Comment.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Comment.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -7,7 +7,9 @@
   <class name="org.jbpm.graph.exe.Comment" 
          table="JBPM_COMMENT">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
 
     <property name="actorId" column="ACTORID_"/>
     <property name="time" column="TIME_"/>

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/ProcessInstance.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/ProcessInstance.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/ProcessInstance.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -7,7 +7,9 @@
   <class name="org.jbpm.graph.exe.ProcessInstance"
          table="JBPM_PROCESSINSTANCE">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
     
     <property name="key" column="KEY_" index="IDX_PROCIN_KEY" />
     <property name="start" column="START_" />

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/RuntimeAction.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/RuntimeAction.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/RuntimeAction.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -7,7 +7,9 @@
   <class name="org.jbpm.graph.exe.RuntimeAction"
          table="JBPM_RUNTIMEACTION">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
 
     <property name="eventType" column="EVENTTYPE_"/>
     

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Token.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Token.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/graph/exe/Token.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -7,7 +7,9 @@
   <class name="org.jbpm.graph.exe.Token" 
          table="JBPM_TOKEN">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
     
     <property name="name" column="NAME_"/>
     <property name="start" column="START_"/>

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/job/Job.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/job/Job.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/job/Job.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -11,7 +11,9 @@
          discriminator-value="J">
     <id name="id" column="ID_"><generator class="native" /></id>
     <discriminator type="char" column="CLASS_"/>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
 
     <property name="dueDate" column="DUEDATE_" type="timestamp"/>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/module/exe/ModuleInstance.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/module/exe/ModuleInstance.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/module/exe/ModuleInstance.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -12,7 +12,9 @@
          discriminator-value="M">
     <id name="id" column="ID_"><generator class="native" /></id>
     <discriminator type="char" column="CLASS_"/>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
 
     <!-- M : org.jbpm.module.exe.ModuleInstance -->
     <!-- C : org.jbpm.context.exe.ContextInstance -->

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/PooledActor.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/PooledActor.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/PooledActor.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -9,7 +9,9 @@
   <class name="org.jbpm.taskmgmt.exe.PooledActor" 
          table="JBPM_POOLEDACTOR">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
   
     <property name="actorId" column="ACTORID_" index="IDX_PLDACTR_ACTID"/>
 

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/SwimlaneInstance.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -9,7 +9,9 @@
   <class name="org.jbpm.taskmgmt.exe.SwimlaneInstance" 
          table="JBPM_SWIMLANEINSTANCE">
     <id name="id" column="ID_"><generator class="native" /></id>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
   
     <property name="name"                column="NAME_" />
     <property name="actorId"             column="ACTORID_" />

Modified: jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml	2009-02-04 15:58:33 UTC (rev 3777)
+++ jbpm3/branches/jbpm-3.2.5.SP/modules/core/src/main/resources/org/jbpm/taskmgmt/exe/TaskInstance.hbm.xml	2009-02-04 17:22:47 UTC (rev 3778)
@@ -11,7 +11,9 @@
          discriminator-value="T">
     <id name="id" column="ID_"><generator class="native" /></id>
     <discriminator type="char" column="CLASS_"/>
+    <!-- JBPM-1953 turn off version checking under SOA-P
     <version name="version" column="VERSION_" />
+    -->
   
     <property name="name"         column="NAME_" />
     <property name="description" column="DESCRIPTION_" type="text"/>




More information about the jbpm-commits mailing list