Hi Guillaume,
The 29th bundle in my case is
[ 29] [Active ] [ 50] Apache ServiceMix NMR Core (1.0.0.m2-SNAPSHOT)
I will add stax api bundle to the nmr to fix it
Freeman
Guillaume Nodet wrote:
THis is not the right way to fix the issue imho.
Camel does not really depend on JBI, so it's better to either:
* add stax to the nmr feature
* add stax to the camel feature
Actually, I'm not even sure this is a requirement for JBI ...
Btw, what is the 29th bundle in your case ?
Maybe the import package should be optional for this bundle ?
On Fri, May 23, 2008 at 7:40 AM, <[EMAIL PROTECTED]> wrote:
Author: ffang
Date: Thu May 22 22:40:29 2008
New Revision: 659435
URL: http://svn.apache.org/viewvc?rev=659435&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=659435&r1=659434&r2=659435&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
Thu May 22 22:40:29 2008
@@ -79,7 +79,7 @@
</feature>
<feature name="camel-nmr">
<feature>camel</feature>
- <feature>nmr</feature>
+ <feature>jbi</feature>
<bundle>mvn:org.apache.servicemix.camel/org.apache.servicemix.camel.component/${version}</bundle>
</feature>
<feature name="examples-cxf-osgi">