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

[CXF] TransportURIResolver.resolve() swallows exceptions #1608

Open
ppalaga opened this issue Nov 18, 2024 · 0 comments
Open

[CXF] TransportURIResolver.resolve() swallows exceptions #1608

ppalaga opened this issue Nov 18, 2024 · 0 comments

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Nov 18, 2024

TransportURIResolver.resolve() swallows exceptions around here:

https://github.com/apache/cxf/blob/cxf-4.0.5/core/src/main/java/org/apache/cxf/transport/TransportURIResolver.java#L100-L159

That makes it hard for us to fail if there is some blocking I/O (e.g. related to WSDL loading) on Vert.x event loop.

We should ask CXF folks what is the motivation for the swallowing and how could we best get around that at least when loading WSDLs.

ppalaga added a commit to ppalaga/quarkus-cxf that referenced this issue Nov 18, 2024
ppalaga added a commit that referenced this issue Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant