There are redundancies and different bundles versions (concerning pax-web) between ServiceMix features proposed for Web module (see http://repository.apache.org/snapshots/org/apache/servicemix/apache-servicemix/4.1.0-SNAPSHOT/apache-servicemix-4.1.0-20091108.232317-29-features.xml) and what is defined in http feature of Apache Felix Karaf (see http://repository.apache.org/snapshots/org/apache/felix/karaf/apache-felix-karaf/1.2.0-SNAPSHOT/apache-felix-karaf-1.2.0-SNAPSHOT-features.xml)
Remark : These features files are refered in the org.apache.felix.karaf.features.cfg of ServiceMix 4.0 In feature file of ServiceMix : <feature name="web-core" version="4.1.0-SNAPSHOT"> <bundle>mvn:org.ops4j.pax.web/pax-web-jsp/0.5.2</bundle> <bundle>mvn:org.ops4j.pax.web/pax-web-bundle/0.5.2</bundle> </feature> <feature name="web" version="4.1.0-SNAPSHOT"> <feature version="4.1.0-SNAPSHOT">web-core</feature> <bundle>mvn:org.ops4j.pax.web-extender/pax-web-ex-war/0.5.0</bundle> <bundle>mvn:org.ops4j.pax.web-extender/pax-web-ex-whiteboard/0.5.0</bundle> <bundle>mvn:org.ops4j.pax.url/pax-url-war/1.0.0</bundle> <bundle>mvn:org.apache.servicemix.war/org.apache.servicemix.war.deployer/4.1.0-SNAPSHOT</bundle> </feature> In feature file of Apache Felix Karaf : <feature name="http" version="1.2.0-SNAPSHOT"> <bundle>mvn:org.ops4j.pax.web/pax-web-bundle/0.6.0</bundle> </feature> Regards, Charles Moulliard Senior Enterprise Architect Apache Camel Committer ***************************** blog : http://cmoulliard.blogspot.com twitter : http://twitter.com/cmoulliard
