You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/05/23 10:02:48 UTC

svn commit: r659466 - /servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml

Author: ffang
Date: Fri May 23 01:02:47 2008
New Revision: 659466

URL: http://svn.apache.org/viewvc?rev=659466&view=rev
Log:
[SMX4-20]get BundleException when try to install camel-nmr feature

Modified:
    servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml

Modified: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml?rev=659466&r1=659465&r2=659466&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml Fri May 23 01:02:47 2008
@@ -69,6 +69,7 @@
 		<bundle>mvn:org.apache.servicemix.cxf/org.apache.servicemix.cxf.binding.nmr/${version}</bundle>
 	</feature>
 	<feature name="camel">
+                <bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix.specs.version}</bundle>
 		<bundle>mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/${geronimo.activation.version}</bundle>
 		<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.0/${servicemix.specs.version}</bundle>
 		<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl-2.0.3/${version}</bundle>
@@ -78,8 +79,8 @@
 		<bundle>mvn:org.apache.camel/camel-osgi/${camel.version}</bundle>
 	</feature>
 	<feature name="camel-nmr">
-                <feature>jbi</feature>
 		<feature>camel</feature>
+                <feature>nmr</feature>
 		<bundle>mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/${version}</bundle>
 	</feature>
 	<feature name="examples-cxf-osgi">