You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2007/07/04 17:18:04 UTC

[jira] Created: (FELIX-319) Mail handlers are not recognized by activation

Mail handlers are not recognized by activation
----------------------------------------------

                 Key: FELIX-319
                 URL: https://issues.apache.org/jira/browse/FELIX-319
             Project: Felix
          Issue Type: Bug
          Components: Felix Commons
    Affects Versions: 1.0.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: 1.0.0
         Attachments: patch.txt

mail and activation are built as separate bundles.
The configuration for the mail handlers is in the mail bundle, but has to
be accessed from the activation bundle! Therefore the activation bundle
needs access to the META-INF/* configuration files and to the sun.* implementations.

The best solution is to bundle the activation jar inside the mail bundle. The applied patch makes the required changes.

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


[jira] Closed: (FELIX-319) Mail handlers are not recognized by activation

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-319.
----------------------------------

    Resolution: Fixed

> Mail handlers are not recognized by activation
> ----------------------------------------------
>
>                 Key: FELIX-319
>                 URL: https://issues.apache.org/jira/browse/FELIX-319
>             Project: Felix
>          Issue Type: Bug
>          Components: Felix Commons
>    Affects Versions: 1.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: 1.0.0
>
>         Attachments: patch.txt
>
>
> mail and activation are built as separate bundles.
> The configuration for the mail handlers is in the mail bundle, but has to
> be accessed from the activation bundle! Therefore the activation bundle
> needs access to the META-INF/* configuration files and to the sun.* implementations.
> The best solution is to bundle the activation jar inside the mail bundle. The applied patch makes the required changes.

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


[jira] Updated: (FELIX-319) Mail handlers are not recognized by activation

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler updated FELIX-319:
-----------------------------------

    Attachment: patch.txt

> Mail handlers are not recognized by activation
> ----------------------------------------------
>
>                 Key: FELIX-319
>                 URL: https://issues.apache.org/jira/browse/FELIX-319
>             Project: Felix
>          Issue Type: Bug
>          Components: Felix Commons
>    Affects Versions: 1.0.0
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: 1.0.0
>
>         Attachments: patch.txt
>
>
> mail and activation are built as separate bundles.
> The configuration for the mail handlers is in the mail bundle, but has to
> be accessed from the activation bundle! Therefore the activation bundle
> needs access to the META-INF/* configuration files and to the sun.* implementations.
> The best solution is to bundle the activation jar inside the mail bundle. The applied patch makes the required changes.

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