You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/07/21 06:17:21 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #5108: [Quarkus 3.3.0] cxf-soap `CxfSoapConverterTest` fails with `NoSuchMethodError`

jamesnetherton opened a new issue, #5108:
URL: https://github.com/apache/camel-quarkus/issues/5108

   ### 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`:
   
   https://github.com/quarkusio/quarkus/commit/ccabce0630eaf1fc2d0bb53964a6668c789e0b5a


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #5108: [Quarkus 3.3.0] cxf-soap `CxfSoapConverterTest` fails with `NoSuchMethodError`

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5108:
URL: https://github.com/apache/camel-quarkus/issues/5108#issuecomment-1645039717

   /CC @ppalaga 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #5108: cxf-soap `CxfSoapConverterTest` fails with `NoSuchMethodError`

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5108: cxf-soap `CxfSoapConverterTest` fails with `NoSuchMethodError`
URL: https://github.com/apache/camel-quarkus/issues/5108


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #5108: cxf-soap `CxfSoapConverterTest` fails with `NoSuchMethodError`

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5108:
URL: https://github.com/apache/camel-quarkus/issues/5108#issuecomment-1702314328

   Fixed in #5236.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org