You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/03/01 12:04:36 UTC

[jira] Created: (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

Upgrade to Spring WS 2.0.1 with OSGi fix
----------------------------------------

                 Key: CAMEL-3735
                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
             Project: Camel
          Issue Type: Task
          Components: osgi
    Affects Versions: 2.7.0
            Reporter: Claus Ibsen
             Fix For: 2.8.0


Spring WS 2.0.0 release is not OSGi compliant.

When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

        

[jira] [Issue Comment Edited] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Richard Kettelerij edited comment on CAMEL-3735 at 4/10/11 2:57 PM:
--------------------------------------------------------------------

I've taken a stab at this issue: upgraded to Spring-WS 2.0.1 and updated the Karaf features file (see attached patch). 

However there might be an issue with this patch: Spring-WS requires amongst others "javax.xml.transform.stax" as a mandatory import. Running {{mvn -Pvalidate clean install}} on features.xml fails with "No export found to match javax.xml.transform.stax;version=0". Adding the ServiceMix StAX spec as a dependency makes no difference. 

The only solution I could find was to switch Karaf to Java 1.6, like I did in the attached patch. Would that be a problem for Camel? Camel 2.7+ only supports Java 1.6 but the latest Karaf version (2.2) still supports Java 1.5?

Furthermore the {{CamelSpringWebServiceTest}} test written by Claus in CAMEL-3307 still fails under Spring-WS 2.0.1, this was also the case with Spring-WS 1.5.9....

      was (Author: rkettelerij):
    I've taken a stab at this issue: upgraded to Spring-WS 2.0.1 and updated the Karaf features file (see attached patch). 

However there might be an issue with this patch: Spring-WS requires amongst others "javax.xml.transform.stax" as a mandatory import. Running {{mvn -Pvalidate clean install}} fails with "No export found to match javax.xml.transform.stax;version=0". Adding the ServiceMix StAX spec as a dependency makes no difference. 

The only solution I could find was to switch Karaf to Java 1.6, like I did in the attached patch. Would that be a problem for Camel? Camel 2.7+ only supports Java 1.6 but the latest Karaf version (2.2) still supports Java 1.5?

Furthermore the {{CamelSpringWebServiceTest}} test written by Claus in CAMEL-3307 still fails under Spring-WS 2.0.1, this was also the case with Spring-WS 1.5.9....
  
> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Resolved] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Richard Kettelerij resolved CAMEL-3735.
---------------------------------------

    Resolution: Fixed

Upgraded to Spring-WS 2.0.2. This required setting the Karaf features validation plugin to Java 1.6.

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

2.0.1 has been released now. Richard do you mind taking a look at this?

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>             Fix For: 2.8.0
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Issue Comment Edited] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen edited comment on CAMEL-3735 at 4/11/11 9:49 AM:
-------------------------------------------------------------

I think the test may work only on either one of the 2 osgi containers back in the days. 

Yeah Camel 2.7+ onwards is Java6+ only so its okay to not run at all on java1.5.

And from Camel 2.8 we upgrade to Karaf 2.2.x+ so its also fine if the feature only works with that version.

      was (Author: davsclaus):
    I think it may work only on either one of the 2 osgi containers back in the days. 

Yeah Camel 2.7+ onwards is Java6+ only so its okay to not run at all on java1.5.

And from Camel 2.8 we upgrade to Karaf 2.2.x+ so its also fine if the feature only works with that version.
  
> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

The test in camel-test-karaf still fails. But I recall it failed for Spring WS 1.x as well.

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] Commented: (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

This is the Spring WS bug
https://jira.springsource.org/browse/SWS-681

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>             Fix For: 2.8.0
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

        

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

I think it may work only on either one of the 2 osgi containers back in the days. 

Yeah Camel 2.7+ onwards is Java6+ only so its okay to not run at all on java1.5.

And from Camel 2.8 we upgrade to Karaf 2.2.x+ so its also fine if the feature only works with that version.

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Updated] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Claus Ibsen updated CAMEL-3735:
-------------------------------

    Summary: Upgrade to Spring WS 2.0.2 with OSGi fix  (was: Upgrade to Spring WS 2.0.1 with OSGi fix)

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Richard Kettelerij commented on CAMEL-3735:
-------------------------------------------

Sure I'll take a look.

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Work started] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Work on CAMEL-3735 started by Richard Kettelerij.

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Richard Kettelerij commented on CAMEL-3735:
-------------------------------------------

Indeed that test has never worked. See CAMEL-3307 as mentioned above for details, the test is currently @Ignore(d).

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Updated] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Richard Kettelerij updated CAMEL-3735:
--------------------------------------

    Attachment: CAMEL-3735-v1.patch

I've taken a stab at this issue: upgraded to Spring-WS 2.0.1 and updated the Karaf features file (see attached patch). 

However there might be an issue with this patch: Spring-WS requires amongst others "javax.xml.transform.stax" as a mandatory import. Running {{mvn -Pvalidate clean install}} fails with "No export found to match javax.xml.transform.stax;version=0". Adding the ServiceMix StAX spec as a dependency makes no difference. 

The only solution I could find was to switch Karaf to Java 1.6, like I did in the attached patch. Would that be a problem for Camel? Camel 2.7+ only supports Java 1.6 but the latest Karaf version (2.2) still supports Java 1.5?

Furthermore the {{CamelSpringWebServiceTest}} test written by Claus in CAMEL-3307 still fails under Spring-WS 2.0.1, this was also the case with Spring-WS 1.5.9....

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Assigned] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen reassigned CAMEL-3735:
----------------------------------

    Assignee: Richard Kettelerij

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

Richard Spring WS 2.0.2 has been released.

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.1 with OSGi fix

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

Richard Kettelerij commented on CAMEL-3735:
-------------------------------------------

The Spring-WS bug is resolved now (there's a snapshot version available). We'll just have to wait until 2.0.1 is final.

> Upgrade to Spring WS 2.0.1 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>             Fix For: 2.8.0
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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

[jira] [Commented] (CAMEL-3735) Upgrade to Spring WS 2.0.2 with OSGi fix

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

Claus Ibsen commented on CAMEL-3735:
------------------------------------

Richard you can revert the patch from CAMEL-3995 in your local build and try to get the Spring WS 2.0.2 upgraded. It would be great to have this ready before we cut Camel 2.8

> Upgrade to Spring WS 2.0.2 with OSGi fix
> ----------------------------------------
>
>                 Key: CAMEL-3735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3735
>             Project: Camel
>          Issue Type: Task
>          Components: osgi
>    Affects Versions: 2.7.0
>            Reporter: Claus Ibsen
>            Assignee: Richard Kettelerij
>             Fix For: 2.8.0
>
>         Attachments: CAMEL-3735-v1.patch
>
>
> Spring WS 2.0.0 release is not OSGi compliant.
> When it's OSGi compliant we should upgrade the camel-spring-ws feature, which currently use the old 1.5.9 release.
> There is TODO in the features.xml and pom.xml file in platforms/karaf/features dir.

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