[jboss-osgi-issues] [JBoss JIRA] Resolved: (JBOSGI-287) Optional import loaded from system classloader

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Feb 8 09:08:19 EST 2010


     [ https://jira.jboss.org/jira/browse/JBOSGI-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler resolved JBOSGI-287.
-----------------------------------

    Resolution: Done


Running org.jboss.test.osgi.jbosgi287.OSGi287TestCase
FIXME [JBOSGI-151] Cannot resolve circular dependencies
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.418 sec


> Optional import loaded from system classloader
> ----------------------------------------------
>
>                 Key: JBOSGI-287
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-287
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Core Framework
>         Environment: AS6
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: Framework 1.0.0 Alpha3
>
>
> It seems that the compendium resolves with the optional javax.servlet.http.
> The jetty bundle which contains javax.servlet.http resolves later.
> When the HttpService is loaded from compendium we get a LinkageError, because HttpServletRequest is loaded from the system CL.
> Compendium should import javax.servlet.http from the jetty bundle. 
> Compendium should never be able to load HttpServletRequest from the system CL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list