User development,

A new message was posted in the thread "jBPM 4.3 and business rules/Drools 
integration":

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

Author  : Patricia B
Profile : http://community.jboss.org/people/patriciab

Message:
--------------------------------------------------------------
Hey,
 
You can use the .bar package where you need to bundle the process definition 
and business rules files ( .drl).
Also, you can use the repositoryService, and create a NewDeployment object; add 
the process definition and business rules as resources from classpath or as 
inputstream to the NewDeployment object. After you added all your resources, 
call deploy method on the NewDeployment object. Hope it helps you.

--------------------------------------------------------------

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


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to