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/10/19 06:41:01 UTC

[I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

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

   ### Bug description
   
   /CC @ppalaga.
   
   I will disable the test for now.
   
   ```
   cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"", local:"arg0"). Expected elements are (none) 
           at org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:931)
           at org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:737)
           at org.apache.cxf.jaxb.io.DataReaderImpl.read(DataReaderImpl.java:168)
           at org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor.getPara(DocLiteralInInterceptor.java:323)
           at org.apache.cxf.wsdl.interceptors.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:127)
           at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
           at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
           at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265)
           at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:233)
           at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:207)
           at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:159)
           at io.quarkiverse.cxf.transport.CxfHandler.process(CxfHandler.java:245)
           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$executeBlocking$1(ContextBase.java:180)
           at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:277)
           at io.vertx.core.impl.ContextBase.lambda$internalExecuteBlocking$2(ContextBase.java:199)
           at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:582)
           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@21/java.lang.Thread.runWith(Thread.java:1596)
           at java.base@21/java.lang.Thread.run(Thread.java:1583)
           at org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.threadStartRoutine(PlatformThreads.java:833)
           at org.graalvm.nativeimage.builder/com.oracle.svm.core.posix.thread.PosixPlatformThreads.pthreadStartRoutine(PosixPlatformThreads.java:211)
   Caused by: jakarta.xml.bind.UnmarshalException
    - with linked exception:
   [com.sun.istack.SAXParseException2; lineNumber: 0; columnNumber: 0; unexpected element (uri:"", local:"arg0"). Expected elements are (none)]
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamException(UnmarshallerImpl.java:444)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:378)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:347)
           at org.apache.cxf.jaxb.JAXBEncoderDecoder.doUnmarshal(JAXBEncoderDecoder.java:881)
           at org.apache.cxf.jaxb.JAXBEncoderDecoder$3.run(JAXBEncoderDecoder.java:919)
           at java.base@21/java.security.AccessController.executePrivileged(AccessController.java:114)
           at java.base@21/java.security.AccessController.doPrivileged(AccessController.java:571)
           at org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:917)
           ... 27 more
   Caused by: com.sun.istack.SAXParseException2; lineNumber: 0; columnNumber: 0; unexpected element (uri:"", local:"arg0"). Expected elements are (none)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:693)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader.reportError(Loader.java:230)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader.reportError(Loader.java:225)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:92)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext$DefaultRootLoader.childElement(UnmarshallingContext.java:1102)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext._startElement(UnmarshallingContext.java:527)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.startElement(UnmarshallingContext.java:509)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:49)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StAXStreamConnector.handleStartElement(StAXStreamConnector.java:217)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StAXStreamConnector.java:149)
           at org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:376)
           ... 33 more
   Caused by: jakarta.xml.bind.UnmarshalException: unexpected element (uri:"", local:"arg0"). Expected elements are (none)
           ... 44 more
   ```


-- 
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


Re: [I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

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

   Blocked by https://github.com/quarkiverse/quarkus-cxf/issues/1078


-- 
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


Re: [I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

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

   Yes it is the builder image default since Quarkus 3.5.0:
   
   https://github.com/quarkusio/quarkus/commit/568c4394f6c70c497f6194574ea9ee188b6e8fb6


-- 
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


Re: [I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5442: cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21
URL: https://github.com/apache/camel-quarkus/issues/5442


-- 
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


Re: [I] cxf-soap CxfSoapMtomAwtIT fails with Mandrel 23.1 JDK 21 [camel-quarkus]

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

   Thanks for the report @jamesnetherton! How can I get Mandrel 23.1 JDK 21? Is it the new default in some recent Quarkus?


-- 
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