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

No way to propagate exception from an AbstractSaxPayloadEndpoint [SWS-68] #226

Closed
gregturn opened this issue Dec 3, 2006 · 1 comment
Closed
Assignees
Milestone

Comments

@gregturn
Copy link
Contributor

gregturn commented Dec 3, 2006

Brock Janiczak opened SWS-68 and commented

The invoke method on AbstractSaxPayloadEndpoint declares that it can throw an exception, but there is no way to propagate checked exceptions back to it from createContentHandler and getResponse. I need to be able to throw an exception from getResponse so an appropriate SOAP fault can be created. All other Endpoint implementations seem to support this in some way.


Affects: 1.0 M2

Referenced from: commits 7954363

@gregturn
Copy link
Contributor Author

gregturn commented Dec 4, 2006

Arjen Poutsma commented

Fixed in SVN.

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