[
https://issues.apache.org/jira/browse/CAMEL-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17347182#comment-17347182
]
Karen Lease edited comment on CAMEL-16256 at 5/18/21, 10:03 PM:
----------------------------------------------------------------
I can take this issue. It's caused by a mix of spring versions because
org.springframework.ws uses 5.0.19.RELEASE but in general Camel uses 5.3.6. I
also found some other missing runtime WS dependencies related to Java 11 or
later.
was (Author: klease78):
I can take this issue. It's caused by a mix of spring versions because
org.springframework.ws uses 5.0.19.RELEASE but in general Camel uses 5.3.6. I
also found some other missing runtime dependencies.
> https://github.com/apache/camel-examples/tree/master/examples/camel-example-spring-ws
> doesn't run
> -------------------------------------------------------------------------------------------------
>
> Key: CAMEL-16256
> URL: https://issues.apache.org/jira/browse/CAMEL-16256
> Project: Camel
> Issue Type: Task
> Components: examples
> Affects Versions: 3.8.0
> Environment: Windows 10 with linux subsystem
> Reporter: Ivan B
> Priority: Minor
> Fix For: 3.x
>
>
> Steps to reproduce:
>
> # Clone the github project
> # cd to camel-examples\examples\camel-example-spring-ws
> # execute mvn clean install
> # execute mvn jetty:run
> Expected:
> A WSDL is available at [http://localhost:8080/increment/increment.wsdl]
> Actual:
> error messages appear in console during execution.
> at [http://localhost:8080/increment/increment.wsdl] the 503 error is shown
> maven output:
> https://paste.ubuntu.com/p/4NNYk24K7S/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)