Re: Set providers property on uri for cxfrs endpoint

2014-07-24 Thread cdryst
Hi Claus, I was using 2.12.2 and upgraded to 2.13.2 -- View this message in context: http://camel.465427.n5.nabble.com/Set-providers-property-on-uri-for-cxfrs-endpoint-tp5754319p5754403.html Sent from the Camel - Users mailing list archive at Nabble.com.

Set providers property on uri for cxfrs endpoint

2014-07-23 Thread cdryst
Hello I'm trying to set the providers property for the endpoint of my rest service: . . . I've defined a bean to enable Cors on the service: When I run the application it gives me the error: Caused By: java.lang.IllegalArgumentException: Could not find a suitable se

Re: Camel headers sent in mail body on Weblogic server

2014-05-21 Thread cdryst
Excelent! that worked for me, Thank you -- View this message in context: http://camel.465427.n5.nabble.com/Camel-headers-sent-in-mail-body-on-Weblogic-server-tp5751375p5751439.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel headers sent in mail body on Weblogic server

2014-05-20 Thread cdryst
Sure: PRUEBA ccarri...@universales.com The only difference that I can note is that I added weblogic.xml file to make weblogic recognize and start the ap

Camel headers sent in mail body on Weblogic server

2014-05-20 Thread cdryst
Hello I've been looking for a solution for this issue but I haven't found anything yet, when I use the smtp port and send a mail on development environment on Apache Tomcat it send it just fine, but I deploy my application to Weblogic server and it starts to send the email but it has all the header

Re: smtp option contentType=text/html has no effect

2014-05-05 Thread cdryst
Hello, I know it's a little late for ask but I have this issue right now, I have put trace on and I can see that the contentType header is set to text/html and has not been overwritten. One curious thing is that when I test it on development mode it sends the email in the right format, but when I