cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti and Mule conflig???

holysoul
Champ in-the-making
Champ in-the-making
Dear all.
I have just test one simple project and try to integrate both Activiti BPM and Mule ESB.
Firstly, I report activiti dependencies

      <dependency>
         <groupId>org.activiti</groupId>
         <artifactId>activiti-engine</artifactId>
         <version>${activiti.version}</version>
      </dependency>
      <dependency>
         <groupId>org.activiti</groupId>
         <artifactId>activiti-spring</artifactId>
         <version>${activiti.version}</version>
      </dependency>

Then run project as Mule application.
Next, I call web service from that project, the errors are both in 2 process. I think the problem is in ESB process. Because when I do not add activiti dependencies, both processes run well and get result from web service calling.
3 REPLIES 3

felipe1
Champ in-the-making
Champ in-the-making
If you want to send a simple message to Mule from a process, you can use a Mule Task: http://www.activiti.org/userguide/#bpmnMuleTask

holysoul
Champ in-the-making
Champ in-the-making
Thanks for your quick reply, I will try it. Would you tell me the reason of that error I mentioned? In the case I do not want to use activiti but simple web service calling to mule+activiti project.

trademak
Star Contributor
Star Contributor
You are missing the activiti-engine dependency for some reason. Because the classnotfound is for a class in that JAR.

Best regards,
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.