cancel
Showing results for 
Search instead for 
Did you mean: 

Mule Integration Problem

khaled012
Champ in-the-making
Champ in-the-making
Hi All,

I'm trying to use Mule Task but when I upload the process definition I get an error message "Could not find org.activiti.mule.MuleSendActivitiBehavior"

My Mule task

<serviceTask id="servicetask1" name="Service Task" activiti:type="mule">
       <extensionElements>
        <activiti:field name="endpointUrl">
          <activiti:string>vm://in</activiti:string>
        </activiti:field>
        <activiti:field name="language">
          <activiti:string>juel</activiti:string>
        </activiti:field>
        <activiti:field name="payloadExpression">
          <activiti:string>"hi"</activiti:string>
        </activiti:field>
        <activiti:field name="resultVariable">
          <activiti:string>theVariable</activiti:string>
        </activiti:field>
      </extensionElements>
    </serviceTask>

Best Regards,
2 REPLIES 2

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Are you using Activiti 1.0?

trademak
Star Contributor
Star Contributor
Hi,

By default the Mule JAR is not installed on the Activiti Engine.
So that's why you receive the error message.
If you want to run Mule embedded you need actually quite a lot of JARs.
I've written a blog post about this on http://bpmn20inaction.blogspot.com/2011/05/supersize-activiti-with-mule-esb-and.html.
And I created a Google code repository, containing examples for both Mule as well as Camel:

https://code.google.com/p/activiti-esb-blog/

Take a look there and you'll see the additional dependencies needed to run the Mule example.

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.