[seam-commits] Seam SVN: r10579 - branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 22 09:00:43 EDT 2009


Author: manaRH
Date: 2009-04-22 09:00:43 -0400 (Wed, 22 Apr 2009)
New Revision: 10579

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement2.jpdl.xml
   branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement3.jpdl.xml
Log:
JBPAPP-1910

Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement2.jpdl.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement2.jpdl.xml	2009-04-22 12:54:52 UTC (rev 10578)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement2.jpdl.xml	2009-04-22 13:00:43 UTC (rev 10579)
@@ -30,8 +30,9 @@
            <assignment pooled-actors="#{shipperAssignment.pooledActors}"/>
         </task>
         <transition name="shipped" to="complete">
-            <action expression="#{afterShipping.log}"/>
+            <action expression="#{afterShipping.log}"/>            
         </transition>
+        <transition name="cancel" to="cancelled"/>        
     </task-node>
 
     <end-state name="complete"/>

Modified: branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement3.jpdl.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement3.jpdl.xml	2009-04-22 12:54:52 UTC (rev 10578)
+++ branches/enterprise/JBPAPP_4_3_FP01/examples/dvdstore/resources/ordermanagement3.jpdl.xml	2009-04-22 13:00:43 UTC (rev 10579)
@@ -32,6 +32,7 @@
         <transition name="shipped" to="complete">
             <action expression="#{afterShipping.log}"/>
         </transition>
+        <transition name="cancel" to="cancelled"/>
     </task-node>
     
     <end-state name="complete"/>




More information about the seam-commits mailing list