Bean Injection support without spring

2014-07-03 Thread Gilles Dupont Tagne
Hi Guys, is it possible to use Bean Integration without Spring? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Bean-Injection-support-without-spring-tp5753267.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: AW: Bean Injection support without spring

2014-07-03 Thread Gilles Dupont Tagne
Thanks Jan for your answer. It was a spelling mistake. I only want to know whether the Bean Integration could be use without Spring. You have already Answer the question. Gilles -- View this message in context:

Re: sending mail using camel

2013-09-08 Thread Gilles Dupont Tagne
Hi Rupa, to use yahoo as SMTP Server in camel-mail you have to set your mail Endpoint like this smtps://smtp.mail.yahoo.com[:465]?username=abcpassword=**to=x...@yahoo.comsubject=subjectfrom=a...@yahoo.com please don't forget to set the from-option to your yahoo mail account. You could

Re: Routing CSV file to Jax WS method with multiple parameters

2013-07-09 Thread Gilles Dupont Tagne
Hi John, The input parameter of the *cxf://http://localhost:8090/soap/Payments?serviceClass=PaymentsWebService*-Endpoint have to be an instance of Object[] or org.apache.cxf.message.MessageContentsList. Your route have to look like this from(FILE PATH) .unmarshal() .csv()