[ 
https://issues.apache.org/jira/browse/GERONIMO-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483863
 ] 

David Jencks commented on GERONIMO-3010:
----------------------------------------

Theres a problem in the code generation in the GERONIMO-3010-1.patch.  The 
generated code in a jsp may try to create a class specified in a tld, in which 
case the classloader known to the LifecycleProvider is correct, or it may try 
to create a generated class, in which case the classloader of the generated 
code is correct.  Since the classloader of the generated code is going to 
extend the classloader the LifecycleProvider knows about, always using that 
call should work.  I'm testing a fix.

> Proposal for tomcat to change managed object construction/annotation 
> processing
> -------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3010
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3010
>             Project: Geronimo
>          Issue Type: Wish
>      Security Level: public(Regular issues) 
>          Components: Tomcat
>    Affects Versions: 2.0-beta1
>            Reporter: David Jencks
>         Assigned To: David Jencks
>         Attachments: GERONIMO-3010-1.patch, GERONIMO-3010-GERONIMO-1.patch
>
>
> I've been working on changing how tomcat might create and destroy "managed 
> objects" (servlets, filters, listeners, and tags) and want a place to attach 
> the work in progress so it is more visible.  I'm not quite ready to propose 
> it to the tomcat community.... thus this jira.

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

Reply via email to