[jboss-jira] [JBoss JIRA] Resolved: (JBAS-5102) Crossreferencing EJBs using comp-names does not work
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Thu Dec 2 08:17:05 EST 2010
[ https://jira.jboss.org/browse/JBAS-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf resolved JBAS-5102.
---------------------------------
Resolution: Duplicate Issue
> Crossreferencing EJBs using comp-names does not work
> ----------------------------------------------------
>
> Key: JBAS-5102
> URL: https://jira.jboss.org/browse/JBAS-5102
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB3
> Affects Versions: JBossAS-4.2.2.GA
> Reporter: Christian Nolte
> Assignee: Carlo de Wolf
>
> I have two stateless session beans which are referencing each other like
> that:
> @Stateless
> public class SessionBeanA implements SessionBeanALocal {
> @EJB private SessionBeanB sessionB;
> }
> and
> @Stateless
> public class SessionBeanB implement SessionBeanBLocal {
> @EJB private SessionBeanA sessionA;
> }
> When deploying the application on JBoss AS I get
> --- MBeans waiting for other MBeans ---
> ObjectName: jboss.j2ee:jar=test.jar,name=SessionBeanA,service=EJB3
> State: NOTYETINSTALLED
> I Depend On:
> jboss.j2ee:jar=test.jar,name=SessionBeanB,service=EJB3
> persistence.units:jar=test.jar,unitName=test.jar
> Depends On Me:
> jboss.j2ee:jar=test.jar,name=SessionBeanB,service=EJB3
> ObjectName: jboss.j2ee:jar=test.jar,name=SessionBeanB,service=EJB3
> State: NOTYETINSTALLED
> I Depend On:
> jboss.j2ee:jar=test.jar,name=SessionBeanA,service=EJB3
> Depends On Me:
> jboss.j2ee:jar=test.jar,name=SessionBeanA,service=EJB3
> and the deployment fails.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list