Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 73954 invoked from network); 24 May 2006 13:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 13:10:17 -0000 Received: (qmail 33385 invoked by uid 500); 24 May 2006 13:10:12 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 33295 invoked by uid 500); 24 May 2006 13:10:11 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 33275 invoked by uid 99); 24 May 2006 13:10:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 06:10:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 06:10:10 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Fit7W-0004at-Fn for user@geronimo.apache.org; Wed, 24 May 2006 06:09:50 -0700 Message-ID: <4540897.post@talk.nabble.com> Date: Wed, 24 May 2006 06:09:50 -0700 (PDT) From: Fran Varin To: user@geronimo.apache.org Subject: Issue using JavaMail with Geronimo 1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: FVARIN@AMICA.com X-Nabble-From: Fran Varin X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We are trying to configure Geronimo to use the JavaMail API and experiencing some difficulty with the configuration. We have configured the GBean as follows: geronimo/geronimo-mail/1.0 geronimo/geronimo-javamail-transport/1.0 our host 25 smtp true mail.debug=true protocol.smtp and in the Geronimo-web.xml file we try to "link" to it using this entry... geronimo/AmicaEmailGBean geronimo.server:J2EEApplication=null, J2EEModule=Amica/Amica, J2EEServer=geronimo, j2eeType=JavaMailResource, name=MailSession The above configuration deployed fine but, when we run the application that uses JavaMail we receive the following Exception on the console. Class Name = com.amica.application.viewpaybill.BillingPaymentProcessor Stack Trace: java.lang.UnsupportedOperationException: Method not yet implemented at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:287) at javax.mail.Message.addRecipient(Message.java:230) at com.amica.framework.services.OutboundEmailMgr.send(OutboundEmailMgr.java:109) We have reviewed other posts and articles regarding the above exception and used that information as a basis for the above configuration. Also, we d/l'd the Geronimo/Ruby installation (We're using the Tomcat version) to extract the missing Geronimo JAR files that support Mail. Any insight would be greatly appreciated -- View this message in context: http://www.nabble.com/Issue+using+JavaMail+with+Geronimo+1.0-t1674954.html#a4540897 Sent from the Apache Geronimo - Users forum at Nabble.com.