We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pierre Le Roux opened SWS-770 and commented
http://static.springsource.org/spring-ws/site/reference/html/server.html contains a jms configuration for server.
This configuration uses a deprecated class : org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
When i use it, i have an exception : java.lang.IllegalStateException: No adapter for endpoint
Using the recommanded class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping works fine.
Documentation should be updated.
Referenced from: commits adfd74f
The text was updated successfully, but these errors were encountered:
Arjen Poutsma commented
Closing old issues
Sorry, something went wrong.
poutsma
No branches or pull requests
Pierre Le Roux opened SWS-770 and commented
http://static.springsource.org/spring-ws/site/reference/html/server.html contains a jms configuration for server.
This configuration uses a deprecated class : org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
When i use it, i have an exception : java.lang.IllegalStateException: No adapter for endpoint
Using the recommanded class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping works fine.
Documentation should be updated.
Referenced from: commits adfd74f
The text was updated successfully, but these errors were encountered: