Re: process() not called when mime type in Base64

2009-03-19 Thread Claus Ibsen
Hi Can you see the MailHtmlAttachmentTest unit test for inspiration. It does a send and receive a HTML mail with attachment. On Mon, Mar 16, 2009 at 5:16 PM, Claus Ibsen claus.ib...@gmail.com wrote: On Mon, Mar 16, 2009 at 4:38 PM, AHardy alan.ha...@db.com wrote: Correction, the process()

Re: process() not called when mime type in Base64

2009-03-16 Thread AHardy
Correction, the process() component is called! The Base64 convertor being selected does not popluate Exchange.getIn.getAttachments. Is this correct? -- View this message in context: http://www.nabble.com/process%28%29-not-called-when-mime-type-in-Base64-tp22539655p22540805.html Sent from the

Re: process() not called when mime type in Base64

2009-03-16 Thread Claus Ibsen
On Mon, Mar 16, 2009 at 4:38 PM, AHardy alan.ha...@db.com wrote: Correction, the process() component is called! The Base64 convertor being selected does not popluate Exchange.getIn.getAttachments. Is this correct? That could be. Can you try debugging the code and look for yourself what happens