You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2011/09/07 10:59:10 UTC

[jira] [Created] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

use geronimo-jaxws_2.2_spec 1.1 bundle
--------------------------------------

                 Key: CAMEL-4423
                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
             Project: Camel
          Issue Type: Improvement
            Reporter: Freeman Fang
            Assignee: Freeman Fang


since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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

        

[jira] [Updated] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

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

Freeman Fang updated CAMEL-4423:
--------------------------------

    Component/s: osgi

> use geronimo-jaxws_2.2_spec 1.1 bundle
> --------------------------------------
>
>                 Key: CAMEL-4423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
>             Project: Camel
>          Issue Type: Improvement
>          Components: osgi
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.8.2, 2.9.0
>
>
> since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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

        

[jira] [Commented] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107593#comment-13107593 ] 

Freeman Fang commented on CAMEL-4423:
-------------------------------------

commit fix
http://svn.apache.org/viewvc?rev=1172413&view=rev for 2.8.x branch

> use geronimo-jaxws_2.2_spec 1.1 bundle
> --------------------------------------
>
>                 Key: CAMEL-4423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.8.2, 2.9.0
>
>
> since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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

        

[jira] [Commented] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098858#comment-13098858 ] 

Freeman Fang commented on CAMEL-4423:
-------------------------------------

commit fix
http://svn.apache.org/viewvc?rev=1166126&view=rev for trunk
hold merge for 2.8.x branch until 2.8.1 is out(to keep the jaxws bundle same as it used in cxf 2.4.2)

> use geronimo-jaxws_2.2_spec 1.1 bundle
> --------------------------------------
>
>                 Key: CAMEL-4423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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

        

[jira] [Work started] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

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

Work on CAMEL-4423 started by Freeman Fang.

> use geronimo-jaxws_2.2_spec 1.1 bundle
> --------------------------------------
>
>                 Key: CAMEL-4423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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

        

[jira] [Resolved] (CAMEL-4423) use geronimo-jaxws_2.2_spec 1.1 bundle

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

Freeman Fang resolved CAMEL-4423.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9.0
                   2.8.2

> use geronimo-jaxws_2.2_spec 1.1 bundle
> --------------------------------------
>
>                 Key: CAMEL-4423
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4423
>             Project: Camel
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.8.2, 2.9.0
>
>
> since geronimo-jaxws_2.2_spec-1.1.jar already fixed the incorrect Import-Package javax.xml.namespace(previously it import javax.xml.namespace with version="1.0", which prevent us to use the one from system bundle, so we have to create a wrapper jaxws 2.2 spec bundle in Servicemix) OSGi header, so we can use it in features.xml

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