[jboss-svn-commits] JBL Code SVN: r17325 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts: bpm_orchestration2/processDefinition and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Dec 19 14:30:37 EST 2007


Author: kurt.stam at jboss.com
Date: 2007-12-19 14:30:37 -0500 (Wed, 19 Dec 2007)
New Revision: 17325

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/gpd.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processdefinition.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processimage.jpg
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/gpd.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/processimage.jpg
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/gpd.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/processimage.jpg
Log:
JBESB-1301 cleaning up the process definitions.

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/gpd.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/gpd.xml	2007-12-19 18:27:50 UTC (rev 17324)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/gpd.xml	2007-12-19 19:30:37 UTC (rev 17325)
@@ -1,30 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<root-container name="processDefinition2" width="948" height="681">
-  <node name="start" x="81" y="38" width="140" height="40">
-    <edge>
+<process-diagram name="processDefinition2" width="744" height="728">
+  <node name="start" x="29" y="19" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="node1" x="236" y="97" width="140" height="40">
-    <edge>
+  <node name="node1" x="132" y="99" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="node2" x="61" y="162" width="140" height="40">
-    <edge>
+  <node name="node2" x="38" y="172" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="node3" x="259" y="176" width="140" height="40">
-    <edge>
+  <node name="node3" x="183" y="247" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="end1" x="162" y="330" width="140" height="40"/>
-  <node name="Send Results" x="57" y="251" width="140" height="40">
-    <edge>
+  <node name="end1" x="46" y="415" width="140" height="40"/>
+  <node name="Send Results" x="45" y="322" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-</root-container>
+</process-diagram>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processdefinition.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processdefinition.xml	2007-12-19 18:27:50 UTC (rev 17324)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processdefinition.xml	2007-12-19 19:30:37 UTC (rev 17325)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
+  
 <process-definition
-  xmlns=""  name="processDefinition2">
+  xmlns="urn:jbpm.org:jpdl-3.2" name="processDefinition2">
    <start-state name="start">
       <event type="node-leave">
          <action name="action1" class="org.jboss.soa.esb.samples.quickstarts.bpm_orchestration1.process_actions.MyBPMActionHandler" config-type="bean"></action>
@@ -13,7 +13,6 @@
       <action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
          <esbCategoryName>BPM_Orchestration_Service1</esbCategoryName>
          <esbServiceName>Service1</esbServiceName>
-         <millisToWaitForResponse>5000</millisToWaitForResponse>
          <bpmToEsbVars>
          	<mapping bpm="theBody" esb="BODY_CONTENT" />
          </bpmToEsbVars>
@@ -40,8 +39,7 @@
    <node name="node3">
       <action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
          <esbCategoryName>BPM_Orchestration_Service3</esbCategoryName>
-         <esbServiceName>Service3</esbServiceName>         
-         <millisToWaitForResponse>5000</millisToWaitForResponse>            
+         <esbServiceName>Service3</esbServiceName>                    
          <bpmToEsbVars>
          	<mapping bpm="theBody" esb="BODY_CONTENT" />
          </bpmToEsbVars>
@@ -58,8 +56,7 @@
       </event>
       <action name="action2" class="org.jboss.soa.esb.services.jbpm.actionhandlers.EsbActionHandler">
          <esbCategoryName>BPM_Orchestration_ResultsService</esbCategoryName>
-         <esbServiceName>ResultsService</esbServiceName>         
-         <millisToWaitForResponse>5000</millisToWaitForResponse>            
+         <esbServiceName>ResultsService</esbServiceName>                   
          <bpmToEsbVars>
          	<mapping bpm="theBody" esb="BODY_CONTENT" />
          </bpmToEsbVars>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration1/processDefinition/processimage.jpg
===================================================================
(Binary files differ)

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/gpd.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/gpd.xml	2007-12-19 18:27:50 UTC (rev 17324)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/gpd.xml	2007-12-19 19:30:37 UTC (rev 17325)
@@ -1,66 +1,66 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<root-container name="bpm_orchestration2Process" width="804" height="579">
-  <node name="start" x="225" y="10" width="140" height="40">
-    <edge>
+<process-diagram name="bpm_orchestration2Process" width="729" height="728">
+  <node name="start" x="0" y="10" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Receive Order" x="114" y="81" width="140" height="40">
-    <edge>
+  <node name="Receive Order" x="214" y="13" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Validate Order" x="341" y="80" width="140" height="40">
-    <edge>
+  <node name="Validate Order" x="247" y="131" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="fork1" x="170" y="234" width="325" height="25">
-    <edge>
+  <node name="fork1" x="185" y="273" width="200" height="25">
+    <transition name="tr2">
       <label x="5" y="-10"/>
-    </edge>
-    <edge>
+    </transition>
+    <transition name="to Dallas WHSE">
       <label x="5" y="-10"/>
-    </edge>
-    <edge>
+    </transition>
+    <transition name="to Los Angeles WHSE">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Los Angeles WHSE" x="49" y="294" width="140" height="40">
-    <edge>
+  <node name="Los Angeles WHSE" x="20" y="340" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Dallas WHSE" x="235" y="295" width="140" height="40">
-    <edge>
+  <node name="Dallas WHSE" x="221" y="385" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Atlanta WHSE" x="426" y="297" width="140" height="40">
-    <edge>
+  <node name="Atlanta WHSE" x="425" y="335" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="join1" x="143" y="379" width="341" height="25">
-    <edge>
+  <node name="join1" x="190" y="460" width="200" height="25">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Shipment Notice" x="246" y="432" width="140" height="40">
-    <edge>
+  <node name="Shipment Notice" x="232" y="532" width="140" height="40">
+    <transition name="">
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="end1" x="246" y="499" width="140" height="40"/>
-  <node name="Credit Check" x="116" y="155" width="140" height="40">
-    <edge>
+  <node name="end1" x="509" y="530" width="140" height="40"/>
+  <node name="Credit Check" x="165" y="73" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Inventory Check" x="335" y="156" width="140" height="40">
-    <edge>
+  <node name="Inventory Check" x="192" y="193" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-</root-container>
+</process-diagram>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration2/processDefinition/processimage.jpg
===================================================================
(Binary files differ)

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/gpd.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/gpd.xml	2007-12-19 18:27:50 UTC (rev 17324)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/gpd.xml	2007-12-19 19:30:37 UTC (rev 17325)
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<root-container name="bpm_orchestration3Process" width="869" height="681">
-  <node name="start-state1" x="115" y="32" width="132" height="36">
-    <edge>
+<process-diagram name="bpm_orchestration3Process" width="728" height="728">
+  <node name="start-state1" x="178" y="60" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="end-state1" x="118" y="319" width="132" height="36"/>
-  <node name="Service 1" x="116" y="95" width="132" height="36">
-    <edge>
+  <node name="Service 1" x="183" y="160" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Service 2" x="117" y="173" width="132" height="36">
-    <edge>
+  <node name="Service 2" x="193" y="257" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-  <node name="Service 3" x="118" y="247" width="132" height="36">
-    <edge>
+  <node name="Service 3" x="201" y="345" width="140" height="40">
+    <transition>
       <label x="5" y="-10"/>
-    </edge>
+    </transition>
   </node>
-</root-container>
+  <node name="end-state1" x="205" y="444" width="140" height="40"/>
+</process-diagram>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/bpm_orchestration3/processDefinition/processimage.jpg
===================================================================
(Binary files differ)




More information about the jboss-svn-commits mailing list