[jbpm-commits] JBoss JBPM SVN: r3914 - jbpm4/trunk/modules/enterprise/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 18 04:59:48 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-18 04:59:48 -0500 (Wed, 18 Feb 2009)
New Revision: 3914

Modified:
   jbpm4/trunk/modules/enterprise/src/main/resources/jbpm.cfg.xml
Log:
Fix jbpm.cfg.xml in enterprise module

Modified: jbpm4/trunk/modules/enterprise/src/main/resources/jbpm.cfg.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/src/main/resources/jbpm.cfg.xml	2009-02-18 09:31:11 UTC (rev 3913)
+++ jbpm4/trunk/modules/enterprise/src/main/resources/jbpm.cfg.xml	2009-02-18 09:59:48 UTC (rev 3914)
@@ -8,7 +8,7 @@
 
 <jbpm-configuration xmlns="http://jbpm.org/xsd/cfg">
 
-  <process-engine>
+  <process-engine-context>
 
     <deployer-manager>
       <check-process />
@@ -40,13 +40,13 @@
       <holiday period="01/07/2008 - 31/08/2008"/>
     </business-calendar>
 
-  </process-engine>
+  </process-engine-context>
 
-  <environment>
+  <transaction-context>
     <hibernate-session current="true" />
     <pvm-db-session />
     <job-db-session />
     <ejb-timer-session />
-  </environment>
+  </transaction-context>
 
 </jbpm-configuration>




More information about the jbpm-commits mailing list