You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2009/11/29 20:13:20 UTC

[jira] Commented: (GERONIMO-4962) prevent jasper from assuming all classloaders are URLClassLoaders

    [ https://issues.apache.org/jira/browse/GERONIMO-4962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783452#action_12783452 ] 

Jarek Gawor commented on GERONIMO-4962:
---------------------------------------

Jasper uses the URLClassLoader to figure out the classpath to compile the jsps.  So I think we would need to modify jasper and Geronimo code to pass classpath somehow or make jasper compiler work with a regular classloader somehow.


> prevent jasper from assuming all classloaders are URLClassLoaders
> -----------------------------------------------------------------
>
>                 Key: GERONIMO-4962
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4962
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi, Tomcat
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> running jsp web apps under osgi is producing CCE when jasper casts our BundleClassLoader to URLClassLoader.  I don't think there's any need for this.  We probably want to push any fix for this back to tomcat.

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