anonymous wrote : ObjectName: 
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=EclipseCostRecordFacade,service=
  | EJB3
  |   State: NOTYETINSTALLED
  |   I Depend On:
  |    
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=CleatTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=VGuideTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=BeltTypeFacade,service=EJB3
  |     
persistence.units:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,unitName=BeltMasta-ejbPU
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=InvoiceLineFacade,service=EJB3
  |   Depends On Me:
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=CostUpdater,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=BeltTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=CleatTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=EndlessTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=InvoiceFactoryBean,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=LacingTypeFacade,service=EJB3
  |     
jboss.j2ee:ear=BeltMasta.ear,jar=BeltMasta-ejb.jar,name=VGuideTypeFacade,service=EJB3

Looks like you have a circular dependency in the beans. For example, are you 
injecting BeltTypeFacade bean in EclipseCostRecordFacade and then in 
EclipseCostRecordFacade you inject BeltTypeFacade ?

If so, see this 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129651#4129651

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136518#4136518

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136518
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to