Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C88110730 for ; Tue, 7 May 2013 13:42:53 +0000 (UTC) Received: (qmail 4218 invoked by uid 500); 7 May 2013 13:42:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 3255 invoked by uid 500); 7 May 2013 13:42:49 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 86551 invoked by uid 99); 7 May 2013 12:31:19 -0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Date: Tue, 7 May 2013 05:30:32 -0700 (PDT) From: "b.fischer" To: users@camel.apache.org Message-ID: <1367929832622-5732120.post@n5.nabble.com> Subject: Problems with Camel Mail (IMAP) Attachments and JBoss MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.