Simplify adding classpath resources to deployment
--------------------------------------------------
Key: JBPM-2443
URL:
https://jira.jboss.org/jira/browse/JBPM-2443
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Joram Barrez
Priority: Minor
Fix For: jBPM 4.x
Currently, every resource needs to be added to the deployment:
deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/process.jpdl.xml");
deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/process.png");
deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/verify_request.ftl");
deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/request_vacation.ftl");
This can be simplified by automatically importing resources such as taskforms referenced
in the process xml or the process png.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira