[jboss-user] [jBPM Users] - Re: Issue with remote client and JBPM 4.1
luc.boutier
do-not-reply at jboss.com
Thu Sep 3 06:14:56 EDT 2009
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
More information about the jboss-user
mailing list