Jozef Hartinger commented on Bug WELD-1513

You have a cyclic dependency where none of the involved beans is normal-scoped. Weld could either scan the dependency graph in advance and refuse to start the application or let it fail with StackOverflowException at runtime. Currently it does the latter. A workaround would be to make any of the injected beans normal-scoped.

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