Hello all, I have two stateless session beans that exchange data with each other. If I were to declare EJB injection (@EJB tag) of each other in the beans, the container would complain:
anonymous wrote : 14:37:58,625 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.j2ee:jar=test.jar,name=Proc1Bean,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | jboss.j2ee:jar=test.jar,name=Proc2Bean,service=EJB3 | Depends On Me: | jboss.j2ee:jar=test.jar,name=Proc2Bean,service=EJB3 | | ObjectName: jboss.j2ee:jar=test.jar,name=Proc2Bean,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | jboss.j2ee:jar=test.jar,name=Proc1Bean,service=EJB3 | Depends On Me: | jboss.j2ee:jar=test.jar,name=Proc1Bean,service=EJB3 | Is there a way around this? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031216#4031216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031216 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
