Kris or anyone that knows :-)
I checked out the "jbpm-5.1.0.Final-examples". I noticed in the package there is a "BPMN2-ServiceProcess" process which is calling an external Java interface "org.jbpm.examples.junit.HelloService". This is exactly what I'm working on -- how to deploy the process with the custom class(es).
Can you please describe the exact steps about how you can package it as a jar file, including all the external classes (org.jbpm.examples.junit.HelloService) and resources (drools.session.conf and CustomWorkItemHandlers.conf), and deploy it to jboss, so that you can see the process in jbpm-console and you can actually start it up?
Can you please specify the exact location where you put the generated .jar file -- \jboss-5.1.0.GA\server\default\deploy or\ jboss-5.1.0.GA\server\default\lib, or put it inside the \jboss-5.1.0.GA\server\default\deploy\jbpm-gwt-console-server.war file?
I've been struggling for the deployment process for days, I'd really appreciate if someone can show me how to do it.
Thanks in advance!