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-soap CxfSoapConverterTest fails with NoSuchMethodError #5108

Closed
jamesnetherton opened this issue Jul 21, 2023 · 2 comments
Closed

cxf-soap CxfSoapConverterTest fails with NoSuchMethodError #5108

jamesnetherton opened this issue Jul 21, 2023 · 2 comments
Assignees
Labels
area/cxf-soap bug Something isn't working test

Comments

@jamesnetherton
Copy link
Contributor

Bug description

CxfSoapConverterTest is failing with the latest Quarkus SNAPSHOT with:

ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-0) HTTP Request to /soapservice/PayLoadConvert/RouterPort failed, error id: c2287777-e2c3-4707-97f2-fc9b785d32e3-1: java.lang.NoSuchMethodError: 'void io.quarkus.arc.ManagedContext.activate()'
 	at io.quarkiverse.cxf.transport.CxfHandler.process(CxfHandler.java:230)
 	at io.quarkiverse.cxf.transport.CxfHandler.handle(CxfHandler.java:182)
 	at io.quarkiverse.cxf.transport.CxfHandler.handle(CxfHandler.java:46)
 	at io.vertx.ext.web.impl.BlockingHandlerDecorator.lambda$handle$0(BlockingHandlerDecorator.java:48)
 	at io.vertx.core.impl.ContextBase.lambda$null$0(ContextBase.java:137)
 	at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:264)
 	at io.vertx.core.impl.ContextBase.lambda$executeBlocking$1(ContextBase.java:135)
 	at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:576)
 	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1512)
 	at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
 	at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 	at java.base/java.lang.Thread.run(Thread.java:833)

Probably related to some reworking of ManagedContext:

quarkusio/quarkus@ccabce0

@jamesnetherton
Copy link
Contributor Author

/CC @ppalaga

@ppalaga ppalaga self-assigned this Aug 15, 2023
@jamesnetherton jamesnetherton changed the title [Quarkus 3.3.0] cxf-soap CxfSoapConverterTest fails with NoSuchMethodError cxf-soap CxfSoapConverterTest fails with NoSuchMethodError Sep 1, 2023
@jamesnetherton
Copy link
Contributor Author

Fixed in #5236.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cxf-soap bug Something isn't working test
Projects
None yet
Development

No branches or pull requests

2 participants