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

David Jencks closed GERONIMO-3968.
----------------------------------

    Resolution: Fixed

Jira is not a support forum.  Please discuss your problems on the user list and 
if we determine there is a bug, reopen this one or create a new one.

In this case, I strongly suspect that your web app has the UserTransaction 
class in it somewhere.  In order to provide maximum flexibility in how you set 
up your classloading, we don't provide any default filtering for the 
classloader hierarchy.  If you want to include classes such as UserTransaction 
in your application but prevent them from being loaded so your app has a chance 
to work, look into the non-overrideable-classes filters.

> context-priority-classloader commented :(
> -----------------------------------------
>
>                 Key: GERONIMO-3968
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3968
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.0, 2.0.1, 2.0.2, 2.1
>            Reporter: Bruno Braga
>            Assignee: David Jencks
>
> 1) open file http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0.1
> 2) search for context-priority-classloader
> 3) results: <!--<xs:element name="context-priority-classloader" 
> type="xs:boolean" minOccurs="0"/>-->
> COMMENTED?
> The same applies to:
> http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.1
> http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0
> http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0.1
> How to use this parameter?

-- 
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