Regression in proxy generation for Glassfish
--------------------------------------------

                 Key: WELD-807
                 URL: https://issues.jboss.org/browse/WELD-807
             Project: Weld
          Issue Type: Bug
          Components: Proxies
    Affects Versions: 1.1.0.CR3
            Reporter: Marius Bogoevici
            Assignee: Marius Bogoevici
             Fix For: 1.1.0.Final


Post WELD-804, proxies generated in Glassfish may fail with a CNFE, if the 
proxy bean type is a java.*/javax.* class.

Solution: instead of automatically assuming that the classloader of a given 
class must be used for proxy generation, use ProxyServices for deciding (the 
default implementation of ProxyServices will be modified to use the classloader 
of that particular class).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to