You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2014/10/21 19:24:36 UTC

[jira] [Commented] (MYFACES-3928) MyFaces doesn't resolve in OSGi environment when Servlet API 3.1 is present

    [ https://issues.apache.org/jira/browse/MYFACES-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178676#comment-14178676 ] 

Leonardo Uribe commented on MYFACES-3928:
-----------------------------------------

I have checked the patch, but I founded that with the change in felix plugin, the following entry is added below:

Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.5))"

Besides that, everything looks, ok. 

It seems everything is ok, the extra entry in MANIFEST.MF it is something generated by felix, but better point this here, if in the future something happens.

> MyFaces doesn't resolve in OSGi environment when Servlet API 3.1 is present
> ---------------------------------------------------------------------------
>
>                 Key: MYFACES-3928
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3928
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.1.16, 2.2.5
>            Reporter: Achim Nierbeck
>            Assignee: Leonardo Uribe
>             Fix For: 2.1.17, 2.2.6
>
>         Attachments: MYFACES-3928.patch
>
>
> Currently it's not possible to use MyFaces in an OSGi environment where a Servlet 3.1 implementation is present. 
> This is due to the manifest where the version range is [2.5,3.1) where 3.1 is excluded. This needs to be either expanded to 3.2) or maybe better 4) 



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