Huisheng Xu [
http://community.jboss.org/people/rebody] replied to the discussion
"Asynchronus execution error"
To view the discussion, visit:
http://community.jboss.org/message/535460#535460
--------------------------------------------------------------
Hi ABIDI,
The easy way to deploy all classes and xml is using the zip, you can put all classes and
xml files into a zip file, and deploy it together.
processEngine.createDeployment().addResourcesFromZipInputStream(zis).deploy;
When you do that, please make sure putting the class file on the right place, you could
see more information in the User Guide.
http://docs.jboss.com/jbpm/v4/userguide/html_single/#deployingclasses
http://docs.jboss.com/jbpm/v4/userguide/html_single/#deployingclasses
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/535460#535460]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]