[jboss-svn-commits] JBL Code SVN: r18034 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 22 10:26:10 EST 2008


Author: kurt.stam at jboss.com
Date: 2008-01-22 10:26:10 -0500 (Tue, 22 Jan 2008)
New Revision: 18034

Added:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testAsync.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testSync.xml
Log:
JBESB-1444, demonstrate how to make signaling asynchronous, by adding the async="true" attribute to node's jDPL.

Added: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testAsync.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testAsync.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testAsync.xml	2008-01-22 15:26:10 UTC (rev 18034)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-diagram name="testAsync" width="647" height="644">
+  <node name="start" x="78" y="32" width="140" height="40">
+    <transition name="toExtraNode">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="extranode" x="0" y="0" width="140" height="40">
+    <transition name="toMyNode">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="mynode" x="80" y="191" width="140" height="40">
+    <transition name="toWait2Seconds">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="wait2seconds" x="74" y="275" width="140" height="40">
+    <transition name="toEnd">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="end" x="79" y="402" width="140" height="40"/>
+</process-diagram>


Property changes on: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testAsync.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:eol-style
   + native

Added: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testSync.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testSync.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testSync.xml	2008-01-22 15:26:10 UTC (rev 18034)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<process-diagram name="testSync" width="645" height="584">
+  <node name="start" x="0" y="0" width="140" height="40">
+    <transition name="toExtraNode">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="extranode" x="0" y="0" width="140" height="40">
+    <transition name="toMyNode">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="mynode" x="0" y="0" width="140" height="40">
+    <transition name="toWait2Seconds">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="wait2seconds" x="0" y="0" width="140" height="40">
+    <transition name="toEnd">
+      <label x="5" y="-10"/>
+    </transition>
+  </node>
+  <node name="end" x="0" y="0" width="140" height="40"/>
+</process-diagram>


Property changes on: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/test/resources/.gpd.testSync.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:eol-style
   + native




More information about the jboss-svn-commits mailing list