[jboss-user] [jBPM] New message: "Re: how to create bar file"

Maciej Swiderski do-not-reply at jboss.com
Tue Mar 9 07:58:46 EST 2010


User development,

A new message was posted in the thread "how to create bar file":

http://community.jboss.org/message/530761#530761

Author  : Maciej Swiderski
Profile : http://community.jboss.org/people/swiderski.maciej

Message:
--------------------------------------------------------------
If you do not want to use ant task for deployment you can use public API.
 
repositoryService.createDeployment()
 .addResourceFromClasspath("process.jpdl.xml")
.addResourceFromClasspath("rules.drl")
.deploy();
 
Probably you need to add much more resources.
 
Cheers,
Maciej
--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/530761#530761




More information about the jboss-user mailing list