Hi Melvin,
Which version of Geronimo are you using? FYI, Geronimo trunk now
includes its own implementations of JavaMail 1.4 and Activation 1.1 so
you won’t need any javamail related jar files in your webapp not unless
you intend to use a specific javamail implementation. If you’re
interested here's the link on building trunk:
http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html
Best wishes,
chris
Melvin Dave Vivas wrote:
I'm still confused on how Geronimo handles sending of mail using
javamail. I also haven't found any documentation explaining how to
send mail using Geronimo.
In my code, I just use the javamail basic stuff but it does not work
for me.
Any ideas?
Thanks.
On 12/6/06, Melvin Dave Vivas <[EMAIL PROTECTED]> wrote:
Hi,
I have a problem with sending email using javamail 1.4 in Geronimo.
Here is the error I am getting.
java.lang.UnsupportedOperationException: Method not yet implemented
at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:287)
I suspect that there is a classloading problem with my jars. Any ideas
on what workaround I can implement?
By the way, can we force the application to load classes first from
the web application's WEB-INF/lib directory? This is where I place my
javamail libraries.
Thanks!
Melvin