You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/03/05 22:03:27 UTC

[jira] Created: (GERONIMO-5174) System bundle exports JAX-WS packages with wrong version

System bundle exports JAX-WS packages with wrong version
--------------------------------------------------------

                 Key: GERONIMO-5174
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5174
             Project: Geronimo
          Issue Type: Sub-task
      Security Level: public (Regular issues)
          Components: osgi, specs, webservices
    Affects Versions: 3.0
            Reporter: Jarek Gawor
            Assignee: Jarek Gawor
             Fix For: 3.0


Right now we export the javax.xml.ws packages via system bundle with version 2.2. That's incorrect since Java 6 does not support JAX-WS 2.2 and it conflicts with Geronimo JAX-WS 2.2 spec bundle.


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


[jira] Resolved: (GERONIMO-5174) System bundle exports JAX-WS packages with wrong version

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved GERONIMO-5174.
-----------------------------------

    Resolution: Fixed
      Assignee: Rick McGuire  (was: Jarek Gawor)

This issue was resolved by GERONIMO-5207.


> System bundle exports JAX-WS packages with wrong version
> --------------------------------------------------------
>
>                 Key: GERONIMO-5174
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5174
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi, specs, webservices
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Rick McGuire
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5174.patch
>
>
> Right now we export the javax.xml.ws packages via system bundle with version 2.2. That's incorrect since Java 6 does not support JAX-WS 2.2 and it conflicts with Geronimo JAX-WS 2.2 spec bundle.

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


[jira] Updated: (GERONIMO-5174) System bundle exports JAX-WS packages with wrong version

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor updated GERONIMO-5174:
----------------------------------

    Attachment: GERONIMO-5174.patch

Patch that updates the version of javax.xml.ws packages exported by the system bundle to 2.1.1. 


> System bundle exports JAX-WS packages with wrong version
> --------------------------------------------------------
>
>                 Key: GERONIMO-5174
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5174
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi, specs, webservices
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5174.patch
>
>
> Right now we export the javax.xml.ws packages via system bundle with version 2.2. That's incorrect since Java 6 does not support JAX-WS 2.2 and it conflicts with Geronimo JAX-WS 2.2 spec bundle.

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


[jira] Updated: (GERONIMO-5174) System bundle exports JAX-WS packages with wrong version

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire updated GERONIMO-5174:
-----------------------------------

    Fix Version/s: 3.0-M1
                       (was: 3.0)

> System bundle exports JAX-WS packages with wrong version
> --------------------------------------------------------
>
>                 Key: GERONIMO-5174
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5174
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi, specs, webservices
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Rick McGuire
>             Fix For: 3.0-M1
>
>         Attachments: GERONIMO-5174.patch
>
>
> Right now we export the javax.xml.ws packages via system bundle with version 2.2. That's incorrect since Java 6 does not support JAX-WS 2.2 and it conflicts with Geronimo JAX-WS 2.2 spec bundle.

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


[jira] Commented: (GERONIMO-5174) System bundle exports JAX-WS packages with wrong version

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842698#action_12842698 ] 

Jarek Gawor commented on GERONIMO-5174:
---------------------------------------

For some reason this patch causes Felix to "hang" (looking for consistent class space) when building cxf or axis2 ejb plugin. On Equinox it causes "Package uses conflict" when building the openejb-deployer plugin. From what I can tell some bundles (openejb ones) wire to javax.xml.ws packages from system bundle and some (geronimo ones) wire to geronimo jax-ws 2.2 spec bundle. However, I'm not sure why openejb bundles wire to javax.xml.ws from system bundle in the first place since the geronimo jax-ws 2.2 spec bundle is installed and resolved before the openejb bundles are installed and resolved.


> System bundle exports JAX-WS packages with wrong version
> --------------------------------------------------------
>
>                 Key: GERONIMO-5174
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5174
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi, specs, webservices
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>         Attachments: GERONIMO-5174.patch
>
>
> Right now we export the javax.xml.ws packages via system bundle with version 2.2. That's incorrect since Java 6 does not support JAX-WS 2.2 and it conflicts with Geronimo JAX-WS 2.2 spec bundle.

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