Hello Team,
I am using Activiti explorer 5.18, Activiti REST 5.18, Eclipse designer 5.18.
I am new to activity and trying to test a business rule task which can call a rule defined in a drl file.
I am able to deploy the bar file and can see the drl file in ACT_GE_BYTEARRAY table.
But when I am trying to start the process I am getting the error "Deployment XX does not contain any rule."
I have just downloaded the Activiti 5.18 and copied the wars( explorer and rest) in tomcat and using it without any changes (h2 database).
I order to deploy the bar file with rule I copied below jar files in "\apache-tomcat-7.0.68\webapps\activiti-explorer\WEB-INF\lib":
drools-compiler-5.4.0.Final.jar
drools-core-5.4.0.Final.jar
knowledge-api-5.4.0.Final.jar
knowledge-internal-api-5.4.0.Final.jar
mvel2-2.1.0.drools16.jar
I have attached my project as a txt , It is actually a .rar file.
I am blocked due to this issue. Requesting you to please help me ASAP.