[ 
https://issues.apache.org/jira/browse/GERONIMO-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor resolved GERONIMO-4476.
-----------------------------------

    Resolution: Fixed
      Assignee: Jarek Gawor

Committed the fix to the javamail.default.providers file (revision 729218). 
Thanks for reporting this!


> 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
>            Assignee: Jarek Gawor
>         Attachments: javamail.default.providers
>
>
> 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 misspelled...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to