]
Alexey Kazakov reassigned JBIDE-19023:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
CDI validation cannot find beans in src/test to be used for
injection
---------------------------------------------------------------------
Key: JBIDE-19023
URL:
https://issues.jboss.org/browse/JBIDE-19023
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Reporter: Jason Porter
Assignee: Jeff MAURY
Fix For: 4.3.x
While trying to fix BZ1178874 I discovered that classes in src/test are not picked up as
being valid beans to satisfy injection points. In the example in the Bugzilla issue
(
https://github.com/jboss-developer/jboss-eap-quickstarts/commit/7aa69072e...)
it's a public static class being used, but even if that class is split off into its
own public class it still isn't found as a valid bean.