Geronimo Javamail implementation wrong smtps class name.
--------------------------------------------------------
Key: GERONIMO-4476
URL: https://issues.apache.org/jira/browse/GERONIMO-4476
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: mail
Affects Versions: 2.1.3
Environment: GNU Linux, geronimo-tomcat6-javaee5-2.1.3.
Reporter: Bruno César Brito Sant'Anna
Trying to use JavaMail with SMTPS transport protocol on Geronimo, but my server
throws:
javax.mail.NoSuchProviderException: Unable to load class for provider:
protocol=smtps; type=javax.mail.provider$t...@ce74e2;
class=org.apache.geronimo.javamail.transport.smtp.SMTPTSransport; vendor=Apache
Software Foundation;version=1.0
... ... ...
So I extracted jar file
repository/org/apache/geronimo/javamail/geronimo-javamail_1.4_mail/1.6/geronimo-javamail_1.4_mail-1.6.jar
and reading META-INF/javamail.default.providers found this:
protocol=smtps; type=transport;
class=org.apache.geronimo.javamail.transport.smtp.SMTPTSransport; vendor=Apache
Software Foundation; version=1.0
SMTPTSransport is mistyped...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.