cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with DROOLS AND ACTIVITI 5.16.3

djmaxisauce
Champ in-the-making
Champ in-the-making
Dear Team ,

We are having an error trying to connect an activiti project ( that contains only one rule task ) , and a .drl file:

The error is:
org.drools.util.CompositeClassLoader.clone()Lorg/drools/util/CompositeClassLoader

We set to the activiti-standalone file this lines:

<property name="customPostDeployers">
      <list>
         <bean class="org.activiti.engine.impl.rules.RulesDeployer" />
        </list>
   </property>

And we downloaded a lot of drools libs , that has been mentioned in other posts…, and we put them on /var/libs/tomcat7/webapps/activiti-explorer/WEb-INF/libs

Anyone can help us, telling us which libs are necessary ? We think that the problem is caused by wrong libs

2 REPLIES 2

djmaxisauce
Champ in-the-making
Champ in-the-making
<property name="customPostDeployers">
  <list>
   <bean class="org.activiti.engine.impl.rules.RulesDeployer" />
    </list>
</property>

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
Could you create jUnit test?
http://forums.activiti.org/content/sticky-how-write-unit-test

Regards
Martin