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/25 05:49:05 UTC

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

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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48347#action_48347 ] 

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

add nntp-post,nntp, pop3 protocol support also
http://svn.apache.org/viewvc?rev=729573&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.


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

Posted by "Lars Heinemann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49777#action_49777 ] 

Lars Heinemann commented on SMX4-179:
-------------------------------------

fixed the miss spelling in the javamail.default.providers for SMTPS 

> add bundle jar for geronimo-javamail_1.4_provider
> -------------------------------------------------
>
>                 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMX4-179:
------------------------------

    Summary: add bundle jar for geronimo-javamail_1.4_provider  (was: add bundle jar for geronimo-javamail_1.4_provider-1.2.jar)

> add bundle jar for geronimo-javamail_1.4_provider
> -------------------------------------------------
>
>                 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-179 started by Freeman Fang.

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