cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Activiti in ServiceMix

josh3006
Champ in-the-making
Champ in-the-making
Hi,
I'm very new to Activiti

I have install Apache Servicemix and wanted to install Activit
How can I do this ?
Please advice

Regards,
Joshua
4 REPLIES 4

josh3006
Champ in-the-making
Champ in-the-making
I came accross activiti-karaf http://code.google.com/p/activiti-karaf/

but what I wanted is to put all this into servicemix.
Anyone have any clue on this ?

schikkal
Champ in-the-making
Champ in-the-making
Hi Joshua,

Latest servicemix uses karaf as its core osgi container. So, theoretically, you should be able to put all the bundles required for activiti from the activiti-karaf into the servicemix.  I have not tried this myself but you can do this

1. make the activiti-karaf system repository ( ${activiti-karaf-install_root}/system/…) available to your servicemix  as one of the maven repository that servicemix can use (modify your servicemix etc/org.ops4j.pax.url.mvn.cfg) to install bundles - ( or for simple approach and for testing purpose only,  you can just copy the activiti-karaf system dir to the servicemix system dir without overwriting the existing binaries in servicemix. In this case you don't need to modify the …mvn.cfg file)

2. copy ${activiti-karaf-install_root}/etc/org.activiti.karaf.cfg to servicemix's etc directory
3. add the activiti-karaf-feature feature to the servicemix (modify etc/org.apache.karaf.features.cfg) - mvnSmiley Surprisedrg.activiti.karaf/activiti-karaf-feature/1.0.0-SNAPSHOT/xml/features

and restart the servicemix with clean cache ( data directory)

If you have further questions feel free to discuss this at activiti-karaf project.

Regards,
-Srinivasan

josh3006
Champ in-the-making
Champ in-the-making
Hi Srinivasan,

Its works now.
Thanks for your advice.

yoganandaguptha
Champ in-the-making
Champ in-the-making
hi
can you please tell me how to  make the activiti-karaf system repository and where we have to do