]
CDW Engine updated JBDS-3307:
-----------------------------
CDW pm_ack: ?
CDW release: ?
Target Release: 8.1.0.GA
CDI validation cannot find beans in src/test to be used for
injection
---------------------------------------------------------------------
Key: JBDS-3307
URL:
https://issues.jboss.org/browse/JBDS-3307
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: cdi
Affects Versions: 8.0.1.GA
Reporter: Jason Porter
Assignee: Max Rydahl Andersen
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.