Skip to content
New issue

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

EndpointExceptionResolver is not registered automatically when used together with <sws:annotation-driven/> tag [SWS-698] #791

Closed
gregturn opened this issue Mar 15, 2011 · 5 comments
Assignees
Milestone

Comments

@gregturn
Copy link
Contributor

gregturn commented Mar 15, 2011

Piotr Zielniok opened SWS-698 and commented

After removing sws:annotation-driven/ EndpointExceptionResolver starts to work. Whats more - it looks like that sws:annotation-driven/ tag is not needed as anotation based Endpoints works without it.
Additional details in the Spring forum post.


Affects: 2.0 GA

Reference URL: http://forum.springsource.org/showthread.php?p=351055&posted=1#post351055

Issue Links:

Referenced from: commits 9eb37a7

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Indeed, annotation-based endpoints work without it, but the use of the XSD namespace will give you some extras (like marshaller autodetection, for isntance).

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

This should be fixed now: the sws:annotation-driven/ tag does not register any exception resolvers anymore. It used to, and thus overrided the defaults in SoapMessageDispatcher.properties and also disabled autodetected exception resolvers, which is what you ran into.

Can you please try a snapshot (as of tonight) and see if it works for you? I'd like to push out a 2.0.1 release later this week, containing this fix.

Cheers, Arjen

@gregturn
Copy link
Contributor Author

Piotr Zielniok commented

Works for me, Thanks!

@gregturn
Copy link
Contributor Author

Arjen Poutsma commented

Corrected spelling in Summary

@gregturn
Copy link
Contributor Author

gregturn commented May 4, 2012

Arjen Poutsma commented

Closing old issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants