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