remote.client.jbpm.cfg.xml : (file in jbpmHome/install/src/cfg/jbpm) | <?xml version="1.0" encoding="UTF-8"?> | <jbpm-configuration> | <import resource="jbpm.jbossremote.cfg.xml" /> | </jbpm-configuration> |
and jbpm.jbossremote.cfg.xml : (found in jbpm-pvm-4.1.jar) | <?xml version="1.0" encoding="UTF-8"?> | <jbpm-configuration> | | <process-engine-context> | | <repository-service /> | <repository-cache /> | <execution-service /> | <history-service /> | <management-service /> | <task-service /> | <identity-service /> | | <ejb-remote-command-service | initial-context-factory="org.jnp.interfaces.NamingContextFactory" | provider-url="jnp://localhost" | url-pkg-prefixes="org.jboss.naming:org.jnp.interfaces"> | <retry-interceptor /> | </ejb-remote-command-service> | | </process-engine-context> | | </jbpm-configuration> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253274#4253274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253274 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
