Thank you Zoran.
--
View this message in context:
http://camel.465427.n5.nabble.com/ERROR-com-ctc-wstx-exc-WstxUnexpectedCharException-Unexpected-character-H-code-72-in-prolog-expected-tp5803231p5803413.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Thanks Claus. But same result:
"Could not find a suitable setter for property: sslContext as there isn't a
setter method with same type: java.lang.String nor type conversion
possible: No type converter available to convert from type:
java.lang.String to the required type: javax.net.ssl.SSLContext w
I have an activemq queue generating messages with this structure:
AAA
TEST
BBB
TEST
and i have this code to transform the structure into java objects:
JaxbDataFormat searchXmlRequestJaxb= new JaxbDataFormat();
searchXmlRequestJaxb.setConte
Hi.
I have a route similar to below.
from("sql:select id from tab where value =
1234?outputHeader=id&outputType=SelectOne")
.to("direct:domore")
from("direct:domore")
.to(some ftl which will use the id)
.to(some queue)
When an exception occurs in route "direct:domore", most likely cause is a
r
Hi Team,
I am new to Apache Camel and this group as well., Please help me in finding
a solution to below issue.
I have a Zooker and configured Apache Camel with ZK as below.
ZooKeeperRoutePolicy routePolicy =
new
ZooKeeperRoutePolicy("zookeeper://{{XXX.zkHost}}/{{XXX.zkrouteppolicy}}",
1);