[jboss-user] [jBPM Users] - Re: ProcessEngine not found!

jbarrez do-not-reply at jboss.com
Wed Aug 26 06:32:43 EDT 2009


The jBPM service bound to the JNDI is not a remote component, like an EJB or Servlet. So you can inject it in other components deployed on the AS, but not from the outside (there is no spec for remote services - in plain Java).

You could use the remote CommandService, altough this is more low-level. Another option is wrapping the operations you need in an EJB/webservice/...

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251753#4251753

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251753



More information about the jboss-user mailing list