You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2008/05/23 09:25:03 UTC

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

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,  <ff...@apache.org> 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">
>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

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

Posted by Guillaume Nodet <gn...@gmail.com>.
Great, thx  a lot !

On Fri, May 23, 2008 at 10:02 AM, Freeman Fang <fr...@gmail.com> wrote:
> Hi Guillaume,
>
> It's camel need this stax api bundle by my test.
>
> Add it to the camel feature to fix it.
>
> Thanks
> 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,  <ff...@apache.org> 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">
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

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

Posted by Freeman Fang <fr...@gmail.com>.
Hi Guillaume,

It's camel need this stax api bundle by my test.

Add it to the camel feature to fix it.

Thanks
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,  <ff...@apache.org> 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">
>>
>>
>>
>>     
>
>
>
>   


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

Posted by Freeman Fang <fr...@gmail.com>.
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,  <ff...@apache.org> 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">
>>
>>
>>
>>     
>
>
>
>