cancel
Showing results for 
Search instead for 
Did you mean: 

Activti Drools integration 'Deployment Doesn't contain any Rule' issue

mohammed8960
Champ in-the-making
Champ in-the-making
Hi,

i tried to create loan Request Example (Activiti and Drools) working with me fine and test on Eclipse but when i tried to test it on Activti Explorer after added Required Drools Jars it gives me "Deployment Doesn't contain any Rule".
i think the issue is in the following bean


<bean id="processEngineConfiguration"
      class="org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration">
      <property name="databaseSchemaUpdate" value="true" />
      <property name="customPostDeployers">
         <list>
            <bean class="org.activiti.engine.impl.rules.RulesDeployer" />
         </list>
      </property>
   </bean>



but i don't know where i can add it in both Activiti Explorer and Activti Rest

kindly rename the attachment to .zip to extract it

attached:
bar file (bpmn + rule)
Activti test example
images from Activti Explorer

please advise
3 REPLIES 3

mohammed8960
Champ in-the-making
Champ in-the-making
any reply ?

jbarrez
Star Contributor
Star Contributor
How are you deploying the process? Are you sure it contains both the process and the drools rules in the package you upload?

mohammed8960
Champ in-the-making
Champ in-the-making
Excuse me, forward to this post https://forums.activiti.org/comment/34744