You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Daniel Kulp <dk...@apache.org> on 2013/04/10 16:26:55 UTC

Re: svn commit: r1466355 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

While looking into this a few days ago, I was actually wondering if the saaj-api bundle should be added to Karaf's lib/endorsed to match the other *-api jars.    That should allow possible use of the in-jdk SAAJ implementation I think.    Something to think about.

Dan


On Apr 10, 2013, at 3:16 AM, ffang@apache.org wrote:

> Author: ffang
> Date: Wed Apr 10 07:16:19 2013
> New Revision: 1466355
> 
> URL: http://svn.apache.org/r1466355
> Log:
> [CXF-4957]remove dependency=true for saaj-api/jsr339-api specs bundle
> 
> Modified:
>    cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
> 
> Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
> URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1466355&r1=1466354&r2=1466355&view=diff
> ==============================================================================
> --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
> +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Apr 10 07:16:19 2013
> @@ -25,8 +25,8 @@
>         <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${cxf.servicemix.specs.version}</bundle>
>         <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${cxf.servicemix.specs.version}</bundle>
>         <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version}</bundle>
> -        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}</bundle>
> -        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-m10/${cxf.servicemix.specs.version}</bundle>
> +        <bundle start-level='10'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}</bundle>
> +        <bundle start-level='10'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-m10/${cxf.servicemix.specs.version}</bundle>
>         <bundle start-level='10' dependency="true">mvn:javax.mail/mail/${cxf.javax.mail.version}</bundle>
> 
>         <bundle start-level='20'>mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax2-api.version}</bundle>
> 
> 

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: svn commit: r1466355 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml

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

Yeah, the saaj-api already in Karaf's lib/endorsed folder for Karaf 2.3.x, and please see this commit[1] which revert the saaj-api change
[1]http://svn.apache.org/viewvc?view=revision&revision=r1466364
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋

On 2013-4-10, at 下午10:26, Daniel Kulp wrote:

> 
> While looking into this a few days ago, I was actually wondering if the saaj-api bundle should be added to Karaf's lib/endorsed to match the other *-api jars.    That should allow possible use of the in-jdk SAAJ implementation I think.    Something to think about.
> 
> Dan
> 
> 
> On Apr 10, 2013, at 3:16 AM, ffang@apache.org wrote:
> 
>> Author: ffang
>> Date: Wed Apr 10 07:16:19 2013
>> New Revision: 1466355
>> 
>> URL: http://svn.apache.org/r1466355
>> Log:
>> [CXF-4957]remove dependency=true for saaj-api/jsr339-api specs bundle
>> 
>> Modified:
>>   cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
>> 
>> Modified: cxf/trunk/osgi/karaf/features/src/main/resources/features.xml
>> URL: http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resources/features.xml?rev=1466355&r1=1466354&r2=1466355&view=diff
>> ==============================================================================
>> --- cxf/trunk/osgi/karaf/features/src/main/resources/features.xml (original)
>> +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed Apr 10 07:16:19 2013
>> @@ -25,8 +25,8 @@
>>        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${cxf.servicemix.specs.version}</bundle>
>>        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxb-api-2.2/${cxf.servicemix.specs.version}</bundle>
>>        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.2/${cxf.servicemix.specs.version}</bundle>
>> -        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}</bundle>
>> -        <bundle start-level='10' dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-m10/${cxf.servicemix.specs.version}</bundle>
>> +        <bundle start-level='10'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${cxf.servicemix.specs.version}</bundle>
>> +        <bundle start-level='10'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr339-api-m10/${cxf.servicemix.specs.version}</bundle>
>>        <bundle start-level='10' dependency="true">mvn:javax.mail/mail/${cxf.javax.mail.version}</bundle>
>> 
>>        <bundle start-level='20'>mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax2-api.version}</bundle>
>> 
>> 
> 
> -- 
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>