Martin Kouba commented on Bug WELD-1656

It seems org.hibernate.validator.internal.cdi.ValidationExtension expects a ProcessBean event to be fired right after the AfterBeanDiscovery.addBean() method is called. This is not the case for CDI 1.2 where the set of registered beans only contains beans discovered by the container before the AfterBeanDiscovery event is fired (see also CDI-392 and BeanManager#getBeans() javadoc). Actually, it's not very clear - the spec should contain some explicit warning.

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