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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 12 07:54:00 EST 2010


Author: jbarrez
Date: 2010-01-12 07:53:59 -0500 (Tue, 12 Jan 2010)
New Revision: 6071

Modified:
   jbpm4/trunk/modules/pvm/src/main/resources/jbpm.jbossremote.cfg.xml
Log:
Added txRequiredCommandService name to remote command service to fix NPE on clienside on checkDb()

Modified: jbpm4/trunk/modules/pvm/src/main/resources/jbpm.jbossremote.cfg.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/main/resources/jbpm.jbossremote.cfg.xml	2010-01-11 17:38:43 UTC (rev 6070)
+++ jbpm4/trunk/modules/pvm/src/main/resources/jbpm.jbossremote.cfg.xml	2010-01-12 12:53:59 UTC (rev 6071)
@@ -12,7 +12,7 @@
     <task-service />
     <identity-service />
 
-    <ejb-remote-command-service 
+    <ejb-remote-command-service name="txRequiredCommandService"
         initial-context-factory="org.jnp.interfaces.NamingContextFactory"
         provider-url="jnp://localhost"
         url-pkg-prefixes="org.jboss.naming:org.jnp.interfaces">



More information about the jbpm-commits mailing list