Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-18 Thread Claus Ibsen
Hi Ah darn we can try to look into avoiding that type converter in camel-mail - we can potentially do the conversion manually. You are welcome to log a JIRA ticket. On Tue, Jun 12, 2018 at 9:25 PM, Bagwell, Allen F wrote: > I'm trying to integrate a CXF REST client into my camel route that

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Willem Jiang
rs first? > > -Allen > > From: Willem.Jiang [via Camel] [mailto:ml+s465427n5820564...@n5.nabble.com > ] > Sent: Wednesday, June 13, 2018 2:30 AM > To: Bagwell, Allen F > Subject: [EXTERNAL] Re: Type converter misbehavior with camel-cxf and > camel-mail > > Hi Bagwell, &

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Bagwell, Allen F
the CxfRsProducer throwing a NoSuchMethodException. -Allen From: Quinn Stevenson [via Camel] [mailto:ml+s465427n5820565...@n5.nabble.com] Sent: Wednesday, June 13, 2018 5:59 AM To: Bagwell, Allen F Subject: [EXTERNAL] Re: Type converter misbehavior with camel-cxf and camel-mail Not sure

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-14 Thread Bagwell, Allen F
ws me to continue. > > Thanks! > -Allen > ________ If you reply to this email, your message will be added to the discussion below: http://camel.465427.n5.nabble.com/Type-converter-misbehavior-with-camel-cxf-and-camel-mail-tp5820546p5820564.h

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-13 Thread Quinn Stevenson
Not sure if this is an option, but can you insert a call to a bean (or processor) before the CXF call that does the body conversion the way you want? > On Jun 13, 2018, at 3:30 AM, Willem Jiang wrote: > > Hi Bagwell, > > Thank you for share your experience of using the camel type converter. >

Re: Type converter misbehavior with camel-cxf and camel-mail

2018-06-13 Thread Willem Jiang
Hi Bagwell, Thank you for share your experience of using the camel type converter. Most time the embedded type converter just work as it is designed, but we cannot guarantee it works in different combinations. as we don't provide the override mechanism which could introduce some trouble for user

Type converter misbehavior with camel-cxf and camel-mail

2018-06-12 Thread Bagwell, Allen F
I'm trying to integrate a CXF REST client into my camel route that already has a SMTP endpoint incorporated into it via camel-mail. (This is using Camel 2.18.5) When the client is invoked (this is configured via a blueprint), the CxfRsProducer class in camel-cxf has the resource class loaded