I need to get element called CMDRequest from soapenv:Envelope,then save it
at header variable for next step
but i got exception
org.apache.cxf.interceptor.Fault:
org.apache.camel.NoTypeConversionAvailableException: No type converter
available to convert from type:
com.sun.xml.internal.messaging.s
When you install Camel components, you should use the features rather than the
bundles. That will make sure you get all the dependencies for that particular
component.
feature:install camel-sql
> On Oct 23, 2018, at 1:15 PM, John F. Berry
> wrote:
>
> Again.. Quinn.. Thanks!
>
> OK.. no
Again.. Quinn.. Thanks!
OK.. now I feel this is a Karaf issue inside a Camel forum (sorry folks).I did
install that hapi "bundle" into Karaf... that only made it complain about
camel-sql, but given your example, I found the "bundle" to install for that..
then it complained about apache.commons
I am trying to build rest api using camel-rest-dsl. I have tried with
multiple provider, spark-rest, jetty. But it throwing marshelling exception
when i use RestBindingMode.json, if i remove rest binding mode then it
works fine with string type.
I am using version 2.22.1
*SpringRouteBuilder*
*---