Title: Message Title
|
|
|
|
|
Change By:
|
Tomas Remes
|
|
Comment:
|
Hi [~BruceSpringfield],
You have some circular dependency in your {{@Dependent}} scoped beans. Generally it means you have some bean A which depends (injects) on bean B which depends again on bean A (this circle in the graph could be larger of course). This state is not resolvable and therefore exception is thrown.
Solution is to change scope of at least one of your beans to some normal scope ({{@RequestScoped}}, {{@SessionScoped}}, {{@ApplicationScoped}}, ...)
|
|
|
|
|
|
|
|
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues