2 Replies Latest reply on Apr 4, 2006 10:23 AM by dimitris

    EJB3.0  is not Deploying

    russray

      I am creating a simple EJB 3.0 project. I can get the created, but it fails to deploy.


      I get this error:

      [23:19:21,843] [ERROR] [URLDeploymentScanner] Incomplete Deployment listing:
      
      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.j2ee:service=EJB3,jar=EJB3Demo.jar,name=BookBean
       State: NOTYETINSTALLED
       I Depend On:
       persistence.units:unitName=Ejb3Demo
      
      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: persistence.units:unitName=Ejb3Demo
       State: NOTYETINSTALLED
       Depends On Me:
       jboss.j2ee:service=EJB3,jar=EJB3Demo.jar,name=BookBean
      



      Can someone be so kind and explain to me what this is saying?

      Thanks in advance.

      Russ