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 and the time you spend for this!!!

-Panneer



--
View this message in context: 
http://camel.465427.n5.nabble.com/Router-with-DSL-tp5736817.html
Sent from the Camel - Users mailing list archive at Nabble.com.


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 Nabble.com.


Re: Router with DSL

2013-08-06 Thread pannereselvam
Thanks boday...

can multiple context exists in same single container?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Router-with-DSL-tp5736817p5736865.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Router with DSL

2013-08-07 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: 
http://camel.465427.n5.nabble.com/Router-with-DSL-tp5736817p5736965.html
Sent from the Camel - Users mailing list archive at Nabble.com.


users@camel.apache.org

2013-08-08 Thread pannereselvam


Dynamic url need to populated in 'to uri'. 
sample XML:
...
http://www.google.com
...
Camel_config.xml

 /soapenv:Envelope/soapenv:Header/urn:ESBMetaData/urn:supplierEndPoint
  
 - Works fine. I can see the url in log.
 - Error


Error : 
Caused by: org.apache.camel.NoSuchEndpointException: No endpoint could be
found for: ${header.url}, please check your classpath contains the needed
Camel component jar.

Which component required?

Thanks in advanced. 





--
View this message in context: 
http://camel.465427.n5.nabble.com/to-URI-url-from-request-message-tp5736992.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re:

2013-08-08 Thread pannereselvam
Thanks Claus.. Got it

One question, I found  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 Nabble.com.


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: 
http://camel.465427.n5.nabble.com/Converstion-error-tp5739536.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Converstion error.

2013-09-16 Thread pannereselvam
more info : 



--
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.


CAMEL + CXF+ ACTIVE MQ

2013-09-26 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 ?
Steps:
1. Have a CXF web service in front( sends SOAP message). Assume 
  Eg:  
 
   
 1233
   
 
   
2. If customer id presents in DB , get the details , otherwise going to make
a external (http) call to get complete customer details.
3. The result is stored in queue for further processing 
4. Finally the result should sends back to to CXF where it requested. Do we
need another end point ?


Please advise. Much appriciated your response. 
 

 



--
View this message in context: 
http://camel.465427.n5.nabble.com/CAMEL-CXF-ACTIVE-MQ-tp5740278.html
Sent from the Camel - Users mailing list archive at Nabble.com.


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.