You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/07/09 16:17:49 UTC

[jira] Resolved: (FELIX-2466) Unknown attributes are not stripped from Fragment-Host header

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

Richard S. Hall resolved FELIX-2466.
------------------------------------

      Assignee: Richard S. Hall
    Resolution: Fixed

I committed a fix to strip unknown attributes from the Fragment-Host header...that gets you further, but unfortunately it looks like the Gemini bundles are rife with issues. They all import org.osgi.util.tracker 1.4.2, which doesn't exist, and it also appears they have an implicit dependency on internal Equinox classes...they don't import them, so they must expect them to be boot delegated.

Regardless, our part is done. Please close this issue if satisfied. Thanks.

> Unknown attributes are not stripped from Fragment-Host header
> -------------------------------------------------------------
>
>                 Key: FELIX-2466
>                 URL: https://issues.apache.org/jira/browse/FELIX-2466
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-3.0.1
>         Environment: Gemini Web (1.1.0.M01)
>            Reporter: David Savage
>            Assignee: Richard S. Hall
>             Fix For: framework-3.2.0
>
>
> The gemini web bundles available from:
> http://www.eclipse.org/gemini/web/download/
> Fail to resolve in felix:
> 19  INSTALLED  com.springsource.org.apache.catalina.ha.springsource:6.0.20.S2-r5956
> 20  INSTALLED  com.springsource.org.apache.catalina.springsource:6.0.20.S2-r5956
> 21  INSTALLED  com.springsource.org.apache.catalina.tribes.springsource:6.0.20.S2-r5956
> 23  INSTALLED  com.springsource.org.apache.coyote.springsource:6.0.20.S2-r5956
> 26  INSTALLED  com.springsource.org.apache.jasper.springsource:6.0.20.S2-r5956
> 32  INSTALLED  org.eclipse.gemini.web.core:1.1.0.M01
> 33  INSTALLED  org.eclipse.gemini.web.extender:1.1.0.M01
> 34  INSTALLED  org.eclipse.gemini.web.tomcat:1.1.0.M01
> g! start 19
> org.osgi.framework.BundleException: Unresolved constraint in bundle com.springsource.org.apache.catalina.ha.springsource [19]: Unable to resolve 19.0: missing requirement [19.0] package; (&(package=org.apache.catalina)(version>=6.0.20.S2-r5956)(version<=6.0.20.S2-r5956)) - [19.0] package; (&(package=org.apache.catalina)(version>=6.0.20.S2-r5956)(version<=6.0.20.S2-r5956))
> The same set of bundles resolve ok in equinox.
> Guessing it might have something to do with fragments as they're definitely in use.

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