[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-2119) Injection of an EJB from a separate application results in a NullPointerException
Mike Clark (JIRA)
jira-events at lists.jboss.org
Fri Jun 18 15:17:46 EDT 2010
Injection of an EJB from a separate application results in a NullPointerException
---------------------------------------------------------------------------------
Key: EJBTHREE-2119
URL: https://jira.jboss.org/browse/EJBTHREE-2119
Project: EJB 3.0
Issue Type: Bug
Components: ejb3
Affects Versions: 1.1.22
Reporter: Mike Clark
Priority: Minor
When an EJB in injected via the @EJB annotation from a separately deployed jar (i.e., the injected EJB is not in the same jar or same ear as the @EJB annotated EJB) and the mappedName attribute is not specified, a NPE results on deployment.. This exception should be replaced with a more appropriate, and informative exception.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list