[seam-commits] Seam SVN: r8255 - trunk/examples/dvdstore/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 21 10:03:58 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-21 10:03:58 -0400 (Wed, 21 May 2008)
New Revision: 8255

Modified:
   trunk/examples/dvdstore/resources/WEB-INF/components.xml
Log:
oops

Modified: trunk/examples/dvdstore/resources/WEB-INF/components.xml
===================================================================
--- trunk/examples/dvdstore/resources/WEB-INF/components.xml	2008-05-21 13:36:05 UTC (rev 8254)
+++ trunk/examples/dvdstore/resources/WEB-INF/components.xml	2008-05-21 14:03:58 UTC (rev 8255)
@@ -19,7 +19,11 @@
     <!-- 120 second conversation timeout -->
     <core:manager conversation-timeout="120000"/>
     
-    <bpm:jbpm />
+    <bpm:jbpm>
+        <bpm:process-definitions>
+            <value>ordermanagement1.jpdl.xml</value>
+        </bpm:process-definitions>
+    </bpm:jbpm>
 
     <security:identity authenticate-method="#{authenticator.authenticate}"/>
 




More information about the seam-commits mailing list