Is Camel Spring ws compatible with spring ws 2.0.2.RELEASE?
The documentation says that camel-spring-ws(v2.7.1) officially supports spring-ws 1.5.9, but doesn't mention spring-ws 2.0.2.RELEASE. I'd like to stick with 2.0.2.RE开发者_如何学CLEASE instead trying to retrofit 1.5.9 to work with Spring 3.0, but I'm hitting enough roadblocks to make me think that it's just not going to work.
Has anyone been successful with this?
Thanks, Roy
There is a ticket to upgrade to use Spring 2.0.2. The was a bug in Spring WS 2.0.0 and 2.0.1 releases in terms of not working with OSGi. That should hopefully be fixed in Spring WS 2.0.2.
If you are not using OSGi you can most likely manually upgrade to Spring WS 2.0.x. But it requires a bit of work as some JARs have changed and whatnot.
Camel 2.8 should use the Spring WS 2.0.2 by default.
The ticket is here: https://issues.apache.org/jira/browse/CAMEL-3735
精彩评论