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