L.S.,
It looks like there is a repository URL missing in etc/org.ops4j.pax.url.mvn.cfg. If you add https://maven.alfresco.com/nexus/content/groups/public/ to the list of repository URLs at the bottom of the file, it should work fine again. Another option could be to use the -full assembly, which comes with all the required Activiti bundles so it won't need to go out to the internet for downloading those. I raised https://issues.apache.org/jira/browse/SMX4-1448 to get this addressed in the next release. Regards, Gert Vanthienen On Mon, Apr 22, 2013 at 5:58 AM, jchurch <jim.chu...@segmint.com> wrote: > 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.