[seam-commits] Seam SVN: r11175 - branches/community/Seam_2_2/examples/drools/resources.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 18 20:57:18 EDT 2009


Author: tsurdilovic
Date: 2009-06-18 20:57:18 -0400 (Thu, 18 Jun 2009)
New Revision: 11175

Modified:
   branches/community/Seam_2_2/examples/drools/resources/pageflow.jpdl.xml
Log:
JBSEAM-4219, JBSEAM-4241

Modified: branches/community/Seam_2_2/examples/drools/resources/pageflow.jpdl.xml
===================================================================
--- branches/community/Seam_2_2/examples/drools/resources/pageflow.jpdl.xml	2009-06-19 00:17:25 UTC (rev 11174)
+++ branches/community/Seam_2_2/examples/drools/resources/pageflow.jpdl.xml	2009-06-19 00:57:18 UTC (rev 11175)
@@ -21,7 +21,7 @@
       <handler class="org.jboss.seam.drools.DroolsDecisionHandler">
          <workingMemoryName>workingMemory</workingMemoryName>
          <!-- if a ruleflow was added, start a process -->
-         <startProcessId>numberguessid</startProcessId>
+         <!-- <startProcessId>numberguessid</startProcessId>  -->
          <assertObjects>
             <element>#{game}</element>
             <element>#{guess}</element>




More information about the seam-commits mailing list