]
Scott Kroll commented on AS7-1458:
----------------------------------
Interesting, I checked it against the 7.1.0 SNAPSHOT from last night and it still failed.
CDI Injections do not work in EAR deployments
---------------------------------------------
Key: AS7-1458
URL:
https://issues.jboss.org/browse/AS7-1458
Project: Application Server 7
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 7.0.0.Final
Reporter: Scott Kroll
Assignee: Stuart Douglas
Fix For: 7.0.1.Final
Attachments: javaee-ear.zip, javaee-war.zip
A project with CDI jars in an EAR lib are not being injected into EJBs. However, the
exact same project deployed as a standalone WAR, with everything in WEB-INF/lib works
properly.
In the EAR deployment, the EJB's method that calls in the injected bean throws a
NullPointerException.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: