You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/12/26 08:15:05 UTC

[jira] Resolved: (SMX4-179) add bundle jar for geronimo-javamail_1.4_provider-1.2.jar

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

Freeman Fang resolved SMX4-179.
-------------------------------

    Resolution: Fixed

commit
http://svn.apache.org/viewvc?rev=729457&view=rev

> add bundle jar for geronimo-javamail_1.4_provider-1.2.jar
> ---------------------------------------------------------
>
>                 Key: SMX4-179
>                 URL: https://issues.apache.org/activemq/browse/SMX4-179
>             Project: ServiceMix 4
>          Issue Type: New Feature
>    Affects Versions: 4.0-m1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> this is used when deploy camel-mail into smx4.
> In standalone mode, camel-mail use sun's  javamail impl which include both spec api and provider impl.
> In SMX4, we have geronimo-javamail_1.4_spec bundle pre-installed, but no geronimo-javamail_1.4_provider.
> And in geronimo-javamail_1.4_provider, there is a bug in the 
> META-INF/javamail.default.providers,
> protocol=smtps; type=transport; class=org.apache.geronimo.javamail.transport.smtp.SMTPTSransport; vendor=Apache Software Foundation; version=1.0
> the SMTPTSransport should be SMTPSTransport
> We should fix it also in our bundle jar

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