[jbpm-commits] JBoss JBPM SVN: r5613 - jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 4 19:55:37 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-09-04 19:55:37 -0400 (Fri, 04 Sep 2009)
New Revision: 5613

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/gpd.xml
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/processdefinition.xml
Log:
[JBPM-2094] restore original process definition

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/gpd.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/gpd.xml	2009-09-01 09:54:30 UTC (rev 5612)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/gpd.xml	2009-09-04 23:55:37 UTC (rev 5613)
@@ -31,9 +31,6 @@
     <edge>
       <label x="5" y="-10"/>
     </edge>
-    <edge>
-      <label x="-10" y="-33"/>
-    </edge>
   </node>
   <node name="Dallas WHSE" x="13" y="299" width="132" height="36">
     <edge>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/processdefinition.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/processdefinition.xml	2009-09-01 09:54:30 UTC (rev 5612)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/test/resources/org/jbpm/jbpm2094/processdefinition.xml	2009-09-04 23:55:37 UTC (rev 5613)
@@ -40,11 +40,19 @@
     <transition name="Atlanta" to="Atlanta WHSE"/>
   </fork>
 
-  <state name="Los Angeles WHSE">
-    <timer duedate="2 seconds" transition="Dallas"/>
-    <transition name="OK" to="join1"/>
-    <transition to="Dallas WHSE" name="Dallas"/>
-  </state>
+  <node async="true" name="Los Angeles WHSE">
+    <action class="org.jbpm.jbpm2094.EsbActionHandler">
+      <esbCategoryName>BPM_Orchestration2_Service5</esbCategoryName>
+      <esbServiceName>Service5</esbServiceName>
+      <bpmToEsbVars>
+        <mapping bpm="theBody" esb="BODY_CONTENT" />
+      </bpmToEsbVars>
+      <esbToBpmVars>
+        <mapping bpm="la" esb="BODY_CONTENT" />
+      </esbToBpmVars>
+    </action>
+    <transition to="join1"/>
+  </node>
 
   <node name="Dallas WHSE">
     <action class="org.jbpm.jbpm2094.EsbActionHandler">
@@ -74,7 +82,7 @@
     <transition to="join1"/>
   </node>
 
-  <join name="join1" async="exclusive">
+  <join name="join1">
     <transition to="Shipment Notice"/>
   </join>
 



More information about the jbpm-commits mailing list