[ 
https://issues.apache.org/jira/browse/CAMEL-4408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096073#comment-13096073
 ] 

Andreas Kuhtz commented on CAMEL-4408:
--------------------------------------

@Claus
The trunk (2.9-SNAPSHOT, check the jar in the apache-snapshot repo) has the 
version correct, but in the 2.8.1-SNAPSHOT (check the jar in the 
apache-snapshot repo) the version is wrong.
It is a problem if someone (like me :-) ) wants to extend the 
SoapJaxbDataFormat in OSGi environment.

I've compared the manifest.mf files of 2.9-SNAPSHOT and 2.8.1-SNAPSHOT and the 
look different in the Export-Package and Import-Package (!!!) parts! As I don't 
want to introduce problems in the preparation of the upcoming release of 2.8.1 
I think it's better to not change anything now (at least from my point of view) 
with my little knowledge about OSGi :-)

> Fix OSGi-exports of camel-soap
> ------------------------------
>
>                 Key: CAMEL-4408
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4408
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-soap
>    Affects Versions: 2.8.0
>            Reporter: Andreas Kuhtz
>             Fix For: 2.8.1, 2.9.0
>
>         Attachments: camel-4408.diff
>
>
> The OSGi exports of camel-soap is not correct. If I run exports in karaf I 
> get the following output. 
> {code}
>  karaf@localhost>  exports 135 
>       ID Packages 
>      135 org.apache.camel.dataformat.soap; version="0.0.0" 
>      135 org.apache.camel.dataformat.soap.name; version="0.0.0" 
>      135 org.xmlsoap.schemas.soap.envelope; version="2.8.1.SNAPSHOT" 
> {code}
>  
> I think org.apache.camel.dataformat.soap and 
> org.apache.camel.dataformat.soap.name should be exported with 
> version="2.8.1.SNAPSHOT" ???? (The same issue is on trunk).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to