You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2016/06/28 12:08:57 UTC

[jira] [Resolved] (TOMEE-903) Fix OSGi Manifest Headers in javaee-api

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

Romain Manni-Bucau resolved TOMEE-903.
--------------------------------------
    Resolution: Fixed

> Fix OSGi Manifest Headers in javaee-api
> ---------------------------------------
>
>                 Key: TOMEE-903
>                 URL: https://issues.apache.org/jira/browse/TOMEE-903
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Philippe Marschall
>              Labels: manifest, osgi, patch
>         Attachments: javaee-api.patch
>
>
> The OSGi manifest headers in the javaee-api are off.
> * {{Bundle-SymbolicName}} is the only [mandatory header|http://wiki.osgi.org/wiki/Bundle-SymbolicName] and missing
> * {{Bundle-ActivationPolicy: lazy}} is required the run the activator in Equinox (yes, this isn't what the spec says but it's how things are)
> * {{Import-Package: *}} is not going to validate (and a bad idea)
> I hope this is the right project to report. I'll attach a patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)