[jbpm-commits] JBoss JBPM SVN: r5679 - projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/demo.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Oct 4 10:08:01 EDT 2009


Author: ainze
Date: 2009-10-04 10:08:01 -0400 (Sun, 04 Oct 2009)
New Revision: 5679

Modified:
   projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/demo/jbpm.cfg.xml
Log:
removed id-generator. Fix for jBPM 4.2

Modified: projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/demo/jbpm.cfg.xml
===================================================================
--- projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/demo/jbpm.cfg.xml	2009-10-02 18:10:51 UTC (rev 5678)
+++ projects/demos/richfaces-spring-jbpm4/trunk/src/main/resources/be/inze/spring/demo/jbpm.cfg.xml	2009-10-04 14:08:01 UTC (rev 5679)
@@ -19,7 +19,7 @@
 		<command-service>
 			<retry-interceptor />
 			<environment-interceptor />
-			<spring-transaction-interceptor />
+			<spring-transaction-interceptor/>
 		</command-service>
 
 		<!-- Added spring as read-context -->
@@ -31,7 +31,6 @@
 				factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory" />
 		</script-manager>
 
-		<id-generator />
 		<types resource="jbpm.variable.types.xml" />
 
 		<address-resolver />



More information about the jbpm-commits mailing list