ForgottenPasswordPortlet fails due to classloader issues --------------------------------------------------------
Key: JS2-1256 URL: https://issues.apache.org/jira/browse/JS2-1256 Project: Jetspeed 2 Issue Type: Bug Affects Versions: 2.2.1 Reporter: Woonsan Ko Assignee: Woonsan Ko Fix For: 2.2.2 Excerpt from user mailinglist: "I'm trying to use the forgotten password portlet. and I have the following exception: Failed to send forgotten password email to user with email address because Mail server connection failed; nested exception is javax.mail.NoSuchProviderException: Unable to locate provider for protocol: smtp]" I think that should be fixed in PortalAdministrationImpl.java. As the Session implementation of geronimo-javamail prefers thread context classloader, that provider loading problem occurs when j2-admin portlet invokes the service. Someone already provided a reasonable solution for multiple applications environment by setting thread context classloader to null temporarily. [1] We can do the same technique in PortalAdministrationImpl.java. [1] http://apache-geronimo.328035.n3.nabble.com/Trouble-with-Geronimo-s-javax-mail-under-OSGi-td858884.html -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org