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 07:53:05 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=48334#action_48334 ] 

Freeman Fang commented on SMX4-179:
-----------------------------------

also we need a bundle jar for javamail 1.4 api, so that we can use OsgiLocator in the javamail api
create https://issues.apache.org/activemq/browse/SMX4-181 to track it


> 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.