You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Stan Lewis (JIRA)" <ji...@apache.org> on 2010/08/20 16:14:19 UTC

[jira] Updated: (WSS-241) WSS4j needs to export a version in it's Export-Package directive.

     [ https://issues.apache.org/jira/browse/WSS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stan Lewis updated WSS-241:
---------------------------

    Attachment: patch.txt

> WSS4j needs to export a version in it's Export-Package directive.
> -----------------------------------------------------------------
>
>                 Key: WSS-241
>                 URL: https://issues.apache.org/jira/browse/WSS-241
>             Project: WSS4J
>          Issue Type: Bug
>    Affects Versions: 1.5.8
>            Reporter: Stan Lewis
>            Assignee: Ruchith Udayanga Fernando
>         Attachments: patch.txt
>
>
> If I install WSS4j into ServiceMix I see that the packages have no version set, for example here's 1.5.8:
> {code}
> {code}
> WSS4J (120): org.apache.ws.security.message; version="0.0.0"
> WSS4J (120): org.apache.ws.security.saml; version="0.0.0"
> WSS4J (120): org.apache.ws.security.transform; version="0.0.0"
> WSS4J (120): org.apache.ws.axis.security.handler; version="0.0.0"
> WSS4J (120): org.apache.ws.security.components.crypto; version="0.0.0"
> WSS4J (120): org.apache.ws.security.action; version="0.0.0"
> WSS4J (120): org.apache.ws.security.message.token; version="0.0.0"
> WSS4J (120): org.apache.ws.security.conversation; version="0.0.0"
> WSS4J (120): org.apache.ws.security.handler; version="0.0.0"
> WSS4J (120): org.apache.ws.security.conversation.dkalgo; version="0.0.0"
> WSS4J (120): org.apache.ws.security.processor; version="0.0.0"
> WSS4J (120): org.apache.ws.security.util; version="0.0.0"
> WSS4J (120): org.apache.ws.security; version="0.0.0"
> WSS4J (120): org.apache.ws.axis.security; version="0.0.0"
> {code}
> And here's 1.5.9-SNAPSHOT:
> {code}
> WSS4J (182): org.apache.ws.security.saml; version="0.0.0"
> WSS4J (182): org.apache.ws.security.processor; version="0.0.0"
> WSS4J (182): org.apache.ws.axis.security.handler; version="0.0.0"
> WSS4J (182): org.apache.ws.axis.security; version="0.0.0"
> WSS4J (182): org.apache.ws.security.util; version="0.0.0"
> WSS4J (182): org.apache.ws.security.transform; version="0.0.0"
> WSS4J (182): org.apache.ws.security.conversation; version="0.0.0"
> WSS4J (182): org.apache.ws.security.handler; version="0.0.0"
> WSS4J (182): org.apache.ws.security.message.token; version="0.0.0"
> WSS4J (182): org.apache.ws.security.conversation.dkalgo; version="0.0.0"
> WSS4J (182): org.apache.ws.security.action; version="0.0.0"
> WSS4J (182): org.apache.ws.security.components.crypto; version="0.0.0"
> WSS4J (182): org.apache.ws.security; version="0.0.0"
> WSS4J (182): org.apache.ws.security.message; version="0.0.0"
> {code}
> So it's not possible to have multiple versions running in the same OSGi container.  Also noticed that the version of the felix-maven-bundle plugin used is a bit old, so the patch I'm attaching fixes both issues.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org