Matej Briskar commented on Bug WELD-1571

The reason why this happens is:
Weld is checking for all the types of the given class to be proxyable ( specifically the class ClientProxyProvider.CreateClientProxy starts this in the load method ). There, for all the classes (Class<?>) for the given Types is the no-arg constructor checked (specifically in the class Proxies the line "constructor =AccessController.doPrivileged(GetDeclaredConstructorAction.of(clazz));")

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira