[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-729) Injecting a EJB 2.1 bean in EJB 3 bean can show misleading warning message: IGNORING DEPENDENCY:...
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue Sep 7 07:18:55 EDT 2010
[ https://jira.jboss.org/browse/EJBTHREE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf resolved EJBTHREE-729.
------------------------------------
Resolution: Out of Date
This issue is reported against a version which is no longer maintained,
which means that it will not receive a fix. As a result we are closing
this bug.
If you can reproduce this bug against a currently maintained version of
JBoss EJB 3 please feel free to reopen this bug against that version.
Thank you for reporting this bug and we are sorry it could not be fixed.
> Injecting a EJB 2.1 bean in EJB 3 bean can show misleading warning message: IGNORING DEPENDENCY:...
> ---------------------------------------------------------------------------------------------------
>
> Key: EJBTHREE-729
> URL: https://jira.jboss.org/browse/EJBTHREE-729
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: EJB 3.0 RC9 - FD
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Minor
> Fix For: Branch_4_2
>
>
> An EJB 2.1 bean injected in a EJB 3 bean via:
> @EJB(mappedName="ejb/IdGenerator")
> private IdGeneratorHome idGeneratorHome;
> leads to the following warning message being logged:
> "server.log:6202:2006-10-05 14:28:36,171 WARN [org.jboss.injection.EJBHandler] IGNORING DEPENDENCY: unable to find @EJB from interface only
> com.acme.ejb2.uuid.IdGeneratorHome in ejb-jar.xml of SqlTimeStampBeannot used by any EJBs"
> The message is misleading as it seems to indicate that the
> dependency was not set, but it actually did. Create call on the
> home interface works returning a valid bean.
--
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