@Christian, plz make sure the war feature does depend on the whiteboard feature.
2012/2/8 <[email protected]> > Author: cschneider > Date: Wed Feb 8 15:33:33 2012 > New Revision: 1241938 > > URL: http://svn.apache.org/viewvc?rev=1241938&view=rev > Log: > KARAF-1174 Adding a http-whiteboard feature to karaf 2.2.x. CXF will then > depend only on this smaller feature instead of the war feature > > Modified: > > > karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml > > Modified: > karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml > URL: > http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml?rev=1241938&r1=1241937&r2=1241938&view=diff > > ============================================================================== > --- > karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml > (original) > +++ > karaf/branches/karaf-2.2.x/assemblies/features/standard/src/main/resources/features.xml > Wed Feb 8 15:33:33 2012 > @@ -204,6 +204,11 @@ > <bundle > start-level="30">mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version}</bundle> > </feature> > > + <feature name="http-whiteboard" description="Provide HTTP Whiteboard > pattern support" version="${project.version}" resolver="(obr)"> > + <feature>http</feature> > + <bundle > start-level="30">mvn:org.ops4j.pax.web/pax-web-extender-whiteboard/${pax.web.version}</bundle> > + </feature> > + > <feature name="war" version="${project.version}" resolver="(obr)"> > <config name="org.ops4j.pax.url.war"> > org.ops4j.pax.url.war.importPaxLoggingPackages=true > > > -- Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/>
