I am trying to use apche-commons-email
API for sending an email, in my java web application. I have configured the jboss5 mail-service.xml
to send emails from Gmail
id. But I am getting the error
org.jboss.resteasy.spi.UnhandledException: java.lang.ClassCastException:
javax.mail.Session cannot be cast to javax.mail.Session
when executing the line
Session mailSession = (Session) ictx.lookup("java:/Mail");
Please help.