You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org> on 2006/04/07 05:27:23 UTC

[jira] Closed: (GERONIMO-289) WEB-INF/lib/* and WEB-INF/classes aren't on configuration class loader

     [ http://issues.apache.org/jira/browse/GERONIMO-289?page=all ]
     
Dain Sundstrom closed GERONIMO-289:
-----------------------------------

    Fix Version: 1.1
                     (was: 1.2)
     Resolution: Fixed

> WEB-INF/lib/* and WEB-INF/classes aren't on configuration class loader
> ----------------------------------------------------------------------
>
>          Key: GERONIMO-289
>          URL: http://issues.apache.org/jira/browse/GERONIMO-289
>      Project: Geronimo
>         Type: Bug

>   Components: web
>     Versions: 1.0-M2
>     Reporter: Dain Sundstrom
>      Fix For: 1.1

>
> The libraries contained in a war WEB-INF/lib and classes in the WEB-INF/classes directories are not added to the configuration classloader.  This has historically been a problem since this class loader is used to resolve ejb-refs.  This means that war ejb-refs can only be used when deploying an ear and the interface classes are available from another module in the ear.  We could simply add libs and classes to the configuration class loader, but it would make it impossible to isolate wars in the same configuration.  This should be handled when we rewrite the JettyConfigurationBuilder to add JSR 77 objects.

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