[jboss-user] [jBPM Users] - jBPM4 - .bar deployment to embedded jBPM
nilspreusker
do-not-reply at jboss.com
Thu Oct 1 10:29:11 EDT 2009
Hi all,
if I'm not mistaken, there is currently no deployment mechanism for .bar files for jBPM as an embedded framework (e.g. in a Spring application). In other words, to deploy both jPDL files and task forms, every resource has to be added separately like this:
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");
|
Joram Barrez also mentions this in his blog:
anonymous wrote : Do note that [...] you'll need to add all the forms to the deployment. We're looking into ways of simplifying this in a next release.
I've checked the JIRA, but didn't find anything for the next two releases (4.2 and 4.3). So I'm wondering what the status of this is, maybe someone can point me to a JIRA case or a thread in the development forum that I might have missed... Cheers! Nils
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258178#4258178
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258178
More information about the jboss-user
mailing list