|
Hi Bruce, this is a standard error which indicates that no bean matches the given combination of required type and required qualifiers. In other words, there is no bean eligible for injection. In your case, the required type is com.my.own.bounded_contexts.callgroup.test.CallGroupAsUnitIT and no qualifier is defined (@Default is used). There may be several causes. The best thing to do is to provide a simple reproducer (ideally a github repo) so that the community can look at the code.
In any case, please use user forum, #weld-dev IRC channel on freenode.net or weld/user on Gitter to discuss similar problems - JIRA is intended for bugs and feature requests.
|