[jbpm-commits] JBoss JBPM SVN: r1875 - jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/samples.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 12 07:47:55 EDT 2008


Author: porcherg
Date: 2008-08-12 07:47:55 -0400 (Tue, 12 Aug 2008)
New Revision: 1875

Modified:
   jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/samples/pvm.cfg.xml
Log:
fix samples environment xml

Modified: jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/samples/pvm.cfg.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/samples/pvm.cfg.xml	2008-08-12 11:46:56 UTC (rev 1874)
+++ jbpm4/pvm/trunk/modules/core/src/test/java/org/jbpm/pvm/samples/pvm.cfg.xml	2008-08-12 11:47:55 UTC (rev 1875)
@@ -2,18 +2,22 @@
 
 <contexts xmlns="http://jbpm.org/pvm/1.0/wire">
 
-  <environment-factory>
-
-    <job-test-helper />
-    
+  <environment-factory>    
     <process-service />
+    <execution-service />
+    <management-service />
     
+    <job-executor threads="1" auto-start="false" />
+    
+    
     <command-service>
       <retry-interceptor />
       <environment-interceptor />
-      <transaction-interceptor />
+      <standard-transaction-interceptor />
     </command-service>
 
+    <job-test-helper />
+
     <deployer-manager resource="pvm.language.deployers.xml">
       <language name="api">
         <verify-version />
@@ -45,8 +49,8 @@
     <transaction />
     <hibernate-session />
     <pvm-db-session />
-    <message-session target="test" />
-    <timer-session target="test" />
+    <message-session />
+    <timer-session />
   </environment>
 
 </contexts>




More information about the jbpm-commits mailing list