Tomcat StandardContext use of Class.forName(className) doesn't work well in osgi
--------------------------------------------------------------------------------

                 Key: GERONIMO-4992
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4992
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.0


Tomcat 7's StandardContext.createWrapper() method uses a lot of 
Class.forName(fooName).  This doesn't work for us since some of the listeners 
are in the geronimo-tomcat7 bundle, not tomcat itself.

Using the InstanceManager works fine for us.  I've overridden the method in 
GeronimoStandardContext.  We should talk to tomcat about fixing this in tomcat 
itslef.

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