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 wrote: > On Mon, Mar 16, 2009 at 4:38 PM, AHardy wrote: >> >> >> Correction, the process() component is called! The Base64

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

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 Ca

process() not called when mime type in Base64

2009-03-16 Thread AHardy
Why is process() component in pipeline not called for route B? public class myApp extends SpringRouteBuilder { public static void main(String[] args) { new Main().run(args); } public void configure() { from("imap:mailhostA").process(new AttachmentProcessor("A")).to("be