Hey Filippo,
Thanks for reporting this issue and for providing the fix for it - cfr. https://issues.apache.org/jira/browse/SMX4-1272 ! After applying this fix, I gave the activiti-camel example a quick test spin and it seemed to work fine for me, but be sure to let us know if you experience any more issues with it so we can look into them before doing the release. I also noticed that Activiti 5.10 is out as well. Haven't looked into what's new for it, but we might want to try and upgrade - fancy taking a stab at that as well? Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Tue, Nov 6, 2012 at 2:44 PM, Filippo Balicchia <[email protected]>wrote: > Hi Gert, > > features connector and activiti can't be installed because their > feature declaration > has a wrong reference. > > Here the patch. > > --from here -- > Index: > assemblies/apache-servicemix/src/main/filtered-resources/features.xml > =================================================================== > --- assemblies/apache-servicemix/src/main/filtered-resources/features.xml > (revisione > 1406071) > +++ assemblies/apache-servicemix/src/main/filtered-resources/features.xml > (copia > locale) > @@ -24,7 +24,7 @@ > > > <feature name="connector" version="${version}" resolver="(obr)" > start-level='50'> > - <feature version="${aries.version}">transaction</feature> > + <feature > version="${aries.transaction.version}">transaction</feature> > <bundle > > dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-connector_1.5_spec/${geronimo-j2ee-connector.version}</bundle> > > > <bundle>mvn:org.apache.geronimo.components/geronimo-connector/${geronimo-connector.version}</bundle> > <bundle > > dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms.version}</bundle> > @@ -328,7 +328,7 @@ > <!-- Activiti support --> > <feature name="activiti" version="${activiti.version}" > resolver="(obr)"> > <feature version="${cxf.version}">cxf-specs</feature> > - <feature version="${aries.version}">transaction</feature> > + <feature > version="${aries.transaction.version}">transaction</feature> > <feature version="${camel.version}">camel</feature> > <bundle > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${wsdl4j.bundle.version}</bundle> > <bundle > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.mybatis/${mybatis.bundle.version}</bundle> > Index: parent/pom.xml > =================================================================== > --- parent/pom.xml (revisione 1406071) > +++ parent/pom.xml (copia locale) > @@ -46,6 +46,7 @@ > > <karaf.version>2.2.9</karaf.version> > <aries.version>0.3</aries.version> > + <aries.transaction.version>0.3.1</aries.transaction.version> > <pax.logging.version>1.6.5</pax.logging.version> > > > > <servicemix.components.version>2012.01-SNAPSHOT</servicemix.components.version> > > > --to here-- > > with this patch reference are ok but activiti has other problem > > I think to work on in this nigth, tomorrow morning let me know if you > solve it first > > > Regards > > --Filippo > > > 2012/11/6 Ge@@ru <[email protected]>: > > Hi Gert, > > > > i downloaded snapshot version and i'm trying to link my applications to > > this version but i see that pom.xml (for features, etc.) aren't > > available under > > > > https://repository.apache.org/content/groups/snapshots/ > > > > but under > > > > > https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/features/ > > > > https://repository.apache.org/content/groups/snapshots is deprecated ? > > > > Thanks > > > > On Mon, 2012-11-05 at 21:59 +0100, Gert Vanthienen wrote: > >> L.S., > >> > >> > >> I have made an additional pass over all subprojects to be released to > get > >> dependencies and versions aligned. A new SNAPSHOT has been uploaded to > >> > https://repository.apache.org/content/repositories/snapshots/org/apache/servicemix/apache-servicemix/4.5.0-SNAPSHOT/(as > >> well as for apache-servicemix-minimal, apache-servicemix-jbi and > >> apache-servicemix-full) so if anyone has any cycles available to > download > >> and play with these SNAPSHOTs, any feedback would be appreciated. > >> > >> If everything looks OK, I'd like to start doing release builds towards > the > >> end of the week. > >> > >> > >> Regards, > >> > >> Gert Vanthienen > >> ------------------------ > >> FuseSource > >> Web: http://fusesource.com > >> Blog: http://gertvanthienen.blogspot.com/ > > > > >
