0 Replies Latest reply on Sep 6, 2007 8:16 PM by ggary

    Cannot deploy EJB3 module

    ggary

      I am checking feasibility of EJB3 based web services.
      So, I created a tiny session bean and successfully built EJB module.
      However when I am trying to deploy it to JBOSS 4.2.1 I am getting this:

      15:59:03,811 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 18s:749ms
      15:59:08,780 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      
      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@470af4de { url=file:/C:/Applications/jboss-4.2.1.GA/server/default/deploy/WSEJBModule.jar }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/Applications/jboss-4.2.1.GA/server/default/deploy/WSEJBModule.jar
       altDD: null
       lastDeployed: 1189119548780
       lastModified: 1189119548780
       mbeans:
      
      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@470af4de { url=file:/C:/Applications/jboss-4.2.1.GA/server/default/deploy/WSEJBModule.jar }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/C:/Applications/jboss-4.2.1.GA/server/default/deploy/WSEJBModule.jar
       altDD: null
       lastDeployed: 1189119548780
       lastModified: 1189119548780
       mbeans:
      
      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.ws:service=DeployerInterceptorEJB21
       State: CONFIGURED
       I Depend On:
       jboss.ejb:service=EJBDeployer
      
      ObjectName: jboss.ws:service=DeployerInterceptorEJB3
       State: CONFIGURED
       I Depend On:
       jboss.ejb3:service=EJB3Deployer
      
      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.ejb3:service=EJB3Deployer
       State: NOTYETINSTALLED
       Depends On Me:
       jboss.ws:service=DeployerInterceptorEJB3
      
      ObjectName: jboss.ejb:service=EJBDeployer
       State: NOTYETINSTALLED
       Depends On Me:
       jboss.ws:service=DeployerInterceptorEJB21
      

      Installation page says that JBoss AS 4.2.x versions include support for EJB3, by default.
      Can someone tells me what I am missing and how to fix the problem.
      Thanks a lot.