-
Notifications
You must be signed in to change notification settings - Fork 62
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
NullPointerException: HttpClientPool in org.apache.cxf.Bus
using VertxHttpClientHTTPConduitFactory
#1579
Comments
Hint: Debugger nevers stops in |
Turns out that it must have something to do with the test (dependency?) setup for those two affected maven modules because when those modules end up in my bigger Quarkus app (that is then operated as a container), the issue does not occur! |
Couldn't it be an initialization order problem? From where is the client called in the failing test? Is it early at application starup by any chance? Another option could be that you have two Bus instances in your test for some reason? What kind of test is it? |
Anyway, registering the |
…xHttpClientHTTPConduitFactory, fix quarkiverse#1579
…xHttpClientHTTPConduitFactory, fix quarkiverse#1579
Well, the issue pops up in a
I don't think so. It's a |
…xHttpClientHTTPConduitFactory, fix quarkiverse#1579
…xHttpClientHTTPConduitFactory, fix #1579
That could explain it. |
I tried the now default
VertxHttpClientHTTPConduitFactory
(usingURLConnectionHTTPConduitFactory
currently) and my tests are failing with:The conduit lookup looks like this:
Any ideas?
The text was updated successfully, but these errors were encountered: