Hi. Same problem here. As a fellow user, I suggest finding the activiti bundles from the Net and downloading them to your local Maven repository. Everything should work fine then. Not sure where they are stored at the moment. For starters, see http://forums.activiti.org/content/activiti-apache-karaf-osgi-container-bundle.
The SMX 4.5 feature: <feature name="activiti" version="5.10" resolver="(obr)"> <feature version="2.6.3">cxf-specs</feature> <feature version="0.3.1">transaction</feature> <feature version="2.10.3">camel</feature> <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/1.6.2_3</bundle> <bundle dependency="true">mvn:org.mybatis/mybatis/3.1.1/</bundle> <bundle dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/2.2.0</bundle> <bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle> <bundle dependency="true">mvn:com.h2database/h2/1.3.167</bundle> <bundle>mvn:org.activiti/activiti-engine/5.10</bundle> <bundle>mvn:org.activiti/activiti-osgi/5.10</bundle> <bundle>mvn:org.activiti/activiti-camel/5.10</bundle> <bundle>mvn:org.apache.servicemix.activiti/org.apache.servicemix.activiti.config/4.5.0</bundle> </feature> -- View this message in context: http://servicemix.396122.n5.nabble.com/Unable-to-install-activiti-in-servicemix-tp5716572p5716574.html Sent from the ServiceMix - User mailing list archive at Nabble.com.