Re: CAMEL + CXF+ ACTIVE MQ

2013-10-01 Thread pannereselvam
Thanks Willem. -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-CXF-ACTIVE-MQ-tp5740278p5740648.html Sent from the Camel - Users mailing list archive at Nabble.com.

CAMEL + CXF+ ACTIVE MQ

2013-09-27 Thread pannereselvam
Hi, I have to perform all these (camel, cxf and active mq) in Fuse 7.1.0 Requirement: Retrive Customer details based on given customer id. came- Router , CXF - web service Active MQ - Message queue. Question: In webservice, How should sends the response to same endpoint where request generated ?

Converstion error.

2013-09-16 Thread pannereselvam
I have CXF in front. After fire the request, I m getting an error like that. No type converter available to convert from type: com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl to the required type: org.w3c.dom.Document. Any idea? thanks -- View this message in context:

Re: Converstion error.

2013-09-16 Thread pannereselvam
more info : from uri=cxf:bean:mycxfendpoint?dataFormat=CXF_MESSAGE / -- View this message in context: http://camel.465427.n5.nabble.com/Converstion-error-tp5739536p5739537.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Router with DSL

2013-08-08 Thread pannereselvam
Great boday! Is it possible to communicate between two contexts. I m from J2EE background, in tomcat container, each web application has unique context. So we can deploy many application in the same container. Is it same in Camel ? Thanks again.. -- View this message in context:

to URI=${url from request message}

2013-08-08 Thread pannereselvam
Dynamic url need to populated in 'to uri'. sample XML: ... urn:supplierEndPointhttp://www.google.com/urn:supplierEndPoint ... Camel_config.xml setHeader headerName=url xpath resultType=java.lang.String/soapenv:Envelope/soapenv:Header/urn:ESBMetaData/urn:supplierEndPoint/xpath /setHeader log

Re: to URI=${url from request message}

2013-08-08 Thread pannereselvam
Thanks Claus.. Got it One question, I found dynamicRouter also does the same things, when/ where it canbe used? -- View this message in context: http://camel.465427.n5.nabble.com/to-URI-url-from-request-message-tp5736992p5737001.html Sent from the Camel - Users mailing list archive at

Router with DSL

2013-08-06 Thread pannereselvam
Hi, we are new to camel. Have Question 1: Reg DSL(java, Spring). Can we combine both DSL in same application. if yes how can we link if we want to connect these routers? Question 2: Can we configure two camel context in same mc and one a router from each context? Much appriciated your response

exchange get in () and get out()

2013-08-06 Thread pannereselvam
I have seen some time the same getin() message deliver the message without getout(). when actually use getout. Need some scenarios. -- View this message in context: http://camel.465427.n5.nabble.com/exchange-get-in-and-get-out-tp5736866.html Sent from the Camel - Users mailing list archive at