Replies: 2 comments 2 replies
-
Thanks for the report @kaquintyn! I suggest the following:
It adds some debug out on top of stock CXF 4.0.0 - you can check the change here: https://github.com/ppalaga/cxf/commits/230423-debug-output
|
Beta Was this translation helpful? Give feedback.
-
I have create a simple test that makes sure that org.apache.cxf.common.jaxb.JAXBUtils.createNoEscapeHandler() and org.apache.cxf.common.jaxb.JAXBUtils.createMininumEscapeHandler() work when |
Beta Was this translation helpful? Give feedback.
-
I have a quarkus-based lambda application that has a client (that calls a SOAP webservice backend). I'm getting this exception in the logs but I don't understand what it means in order to fix it. Can anyone explain to me what this means and/or what it is happening?
The app works perfectly locally (non-native mode) but when I deploy and run in native mode, I get the below exception (request processing stops there even though it's logged as INFO).
My client looks like:
applicaion.properties looks like:
Excerpts from pom.xml
Beta Was this translation helpful? Give feedback.
All reactions