cancel
Showing results for 
Search instead for 
Did you mean: 

Include .drl file in app deploy

ale1
Champ in-the-making
Champ in-the-making
1- Hi! I'm trying to include in my process a Bussiness Rule Task. In the user guide say:

"Currently, the .drl files containing the business rules have to be deployed together with the process definition that defines a business rule task to execute those rules. This means that all .drl files that are used in a process have to be packaged in the process BAR file like for example the task forms".

I am trying to do the same in Activiti 6 but I don't know how, because I can not import a .bar package.

Is there any way to use rules in Activiti 6 ?

2- I'm not sure that this is the good way, but I'm using Eclipse to do my TaskListener and then I include the .jar in WEB-INF/lib this is ok? 

Thanks Smiley Happy
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

May be org.activiti.standalone.rules.RulesDeployerTest#testRulesDeployment could help you.

Regards
Martin