Jozef Hartinger commented on Bug WELD-1487

This check seems wrong: https://github.com/forge/furnace-cdi/blob/master/impl/src/main/java/org/jboss/forge/furnace/container/cdi/impl/ServiceRegistryImpl.java#L121

The condition should not check whether the beans set is empty but rather pass the beans set (no matter if empty or not) to BeanManager.resolve() and check the result. The conditional block should be entered only if the result is non-null.

I run into this while looking at furnace so this may not be the root cause of the problem you observer but still needs fixing.

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