XPath error for get element from soapenv:Envelope

2018-10-23 Thread Wang Yan
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

Re: Established Java DSL route into Camel Spring OSGi container - for use with Kataf container

2018-10-23 Thread Quinn Stevenson
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

Re: Established Java DSL route into Camel Spring OSGi container - for use with Kataf container

2018-10-23 Thread John F. Berry
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

Apache camel rest dsl RestBindingMode.json is throwing exception

2018-10-23 Thread rahul vashishth
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* *---