Hi How do you deploy your application to JBoss 7?
If you have a WAR then maybe the problem is that you have java mail and attachments api JARs in the WEB-INF/lib directory which conflicts with what JBoss has out of the box. Or vice-versa. On Tue, May 7, 2013 at 2:30 PM, b.fischer <[email protected]> wrote: > Hi! > I hope someone can help me with a Problem with Camel Mail and JBoss 7. > I want to get the attachments from Mails of a IMAP Mailbox. > The connect and retrieval of the messages works correct, but the exchange > objects in my processor has no Attachments in JBoss. When I call the > hasAttachments method from the exchange.getIn, it returns always false. > Strangly I test the application in a Tomcat. There works everthing fine and > I get the attachments with no problems (the hasAttachments method returns > true with tomcat). > Is there maybe a special import that I need for JBoss? > > Thanks! > BF > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Problems-with-Camel-Mail-IMAP-Attachments-and-JBoss-tp5732120.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
