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:23:05 UTC

[jira] Created: (SMX4-183) use servicemix javamail api bundle jar but not geronimo javamail api bundle

use servicemix javamail api bundle jar but not geronimo javamail api bundle
---------------------------------------------------------------------------

                 Key: SMX4-183
                 URL: https://issues.apache.org/activemq/browse/SMX4-183
             Project: ServiceMix 4
          Issue Type: Improvement
            Reporter: Freeman Fang


servicemix javamail api bundle is wrapper of geronimo javamail api bundle
but use OsgiLocator so that the javamail impl class could be loaded in osgi env

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


[jira] Updated: (SMX4-183) use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle

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

Freeman Fang updated SMX4-183:
------------------------------

    Description: 
servicemix javamail api bundle is wrapper of geronimo javamail api bundle
but use OsgiLocator so that the javamail impl class could be loaded in osgi env
also
we need use OsgiLocator in javax/activation/MailcapCommandMap.java, so that the DataTypeHandler for different contentType defined in the META-INF/mailcap of mail provider could be loaded in the OSGI container
we need use bundle jar which is wraper of geronimo-activation_1.1_spec in the features.xml

  was:
servicemix javamail api bundle is wrapper of geronimo javamail api bundle
but use OsgiLocator so that the javamail impl class could be loaded in osgi env

        Summary: use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle  (was: use servicemix javamail api bundle jar but not geronimo javamail api bundle)

> use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-183
>                 URL: https://issues.apache.org/activemq/browse/SMX4-183
>             Project: ServiceMix 4
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> servicemix javamail api bundle is wrapper of geronimo javamail api bundle
> but use OsgiLocator so that the javamail impl class could be loaded in osgi env
> also
> we need use OsgiLocator in javax/activation/MailcapCommandMap.java, so that the DataTypeHandler for different contentType defined in the META-INF/mailcap of mail provider could be loaded in the OSGI container
> we need use bundle jar which is wraper of geronimo-activation_1.1_spec in the features.xml

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


[jira] Resolved: (SMX4-183) use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle

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

Freeman Fang resolved SMX4-183.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0-m2

commit fix
http://svn.apache.org/viewvc?rev=729857&view=rev to nmr project
http://svn.apache.org/viewvc?rev=729894&view=rev to features project

> use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-183
>                 URL: https://issues.apache.org/activemq/browse/SMX4-183
>             Project: ServiceMix 4
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> servicemix javamail api bundle is wrapper of geronimo javamail api bundle
> but use OsgiLocator so that the javamail impl class could be loaded in osgi env
> also
> we need use OsgiLocator in javax/activation/MailcapCommandMap.java, so that the DataTypeHandler for different contentType defined in the META-INF/mailcap of mail provider could be loaded in the OSGI container
> we need use bundle jar which is wraper of geronimo-activation_1.1_spec in the features.xml

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


[jira] Assigned: (SMX4-183) use servicemix javamail api bundle jar but not geronimo javamail api bundle

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

Freeman Fang reassigned SMX4-183:
---------------------------------

    Assignee: Freeman Fang

> use servicemix javamail api bundle jar but not geronimo javamail api bundle
> ---------------------------------------------------------------------------
>
>                 Key: SMX4-183
>                 URL: https://issues.apache.org/activemq/browse/SMX4-183
>             Project: ServiceMix 4
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> servicemix javamail api bundle is wrapper of geronimo javamail api bundle
> but use OsgiLocator so that the javamail impl class could be loaded in osgi env

-- 
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-183) use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle

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

Work on SMX4-183 started by Freeman Fang.

> use servicemix javamail api and activation bundle jar but not geronimo javamail and activation api bundle
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-183
>                 URL: https://issues.apache.org/activemq/browse/SMX4-183
>             Project: ServiceMix 4
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> servicemix javamail api bundle is wrapper of geronimo javamail api bundle
> but use OsgiLocator so that the javamail impl class could be loaded in osgi env
> also
> we need use OsgiLocator in javax/activation/MailcapCommandMap.java, so that the DataTypeHandler for different contentType defined in the META-INF/mailcap of mail provider could be loaded in the OSGI container
> we need use bundle jar which is wraper of geronimo-activation_1.1_spec in the features.xml

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