[jboss-jira] [JBoss JIRA] Created: (JBAS-4048) ExternalContext needs to expand its proxy interface collection

Scott M Stark (JIRA) jira-events at jboss.com
Thu Feb 1 14:18:26 EST 2007


ExternalContext needs to expand its proxy interface collection
--------------------------------------------------------------

                 Key: JBAS-4048
                 URL: http://jira.jboss.com/jira/browse/JBAS-4048
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Naming
    Affects Versions: JBossAS-4.0.5.GA
            Reporter: Scott M Stark
         Assigned To: Scott M Stark
             Fix For: JBossAS-4.2.0.CR1


The Context proxy created by the ExternalContext does not look at all classes in the type hierarchy when building the list of interfaces to pass into the Proxy.newProxyInstance call. Since Class.getInterfaces() only returns those interfaces directly declared, this may not include the Context interface if a superclass is where its declared.


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

        



More information about the jboss-jira mailing list