0 Replies Latest reply on May 29, 2006 12:00 AM by mpaltanwale

    Can not deploy EJB3.0 application in  jboss-4.0.4.GA

    mpaltanwale

      When deployed i get the following error message:

      2006-05-28 19:07:29,718 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp36404VCCSecurity.ear-contents/vcc_security_ejb.ejb3
      2006-05-28 19:07:29,718 DEBUG [org.jboss.deployment.MainDeployer] Still no deployer for package in start step: vcc_security_ejb.ejb3
      2006-05-28 19:07:29,734 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:service=EARDeployment,url='VCCSecurity.ear'
      2006-05-28 19:07:29,734 DEBUG [org.jboss.deployment.EARDeployment] Starting jboss.j2ee:service=EARDeployment,url='VCCSecurity.ear'
      2006-05-28 19:07:29,734 DEBUG [org.jboss.deployment.EARDeployment] Started jboss.j2ee:service=EARDeployment,url='VCCSecurity.ear'
      2006-05-28 19:07:29,734 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.j2ee:service=EARDeployment,url='VCCSecurity.ear' dependent components: []
      2006-05-28 19:07:29,734 INFO [org.jboss.deployment.EARDeployer] Started J2EE application: file:/C:/jboss-4.0.4.GA/server/default/deploy/VCCSecurity.ear
      2006-05-28 19:07:29,734 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: VCCSecurity.ear
      2006-05-28 19:07:29,734 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jboss-4.0.4.GA/server/default/deploy/VCCSecurity.ear
      2006-05-28 19:07:29,734 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/jboss-4.0.4.GA/server/default/deploy/VCCSecurity.ear -> file:/C:/jboss-4.0.4.GA/server/default/deploy/VCCSecurity.ear
      2006-05-28 19:07:29,734 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@651919ca { url=file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp36404VCCSecurity.ear-contents/vcc_security_ejb.ejb3 }
      deployer: null
      status: Starting
      state: START_SUBDEPLOYMENTS
      watch: file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp36404VCCSecurity.ear-contents/vcc_security_ejb.ejb3
      altDD: null
      lastDeployed: 1148868447843
      lastModified: 1148868447359
      mbeans:


      The same VCCSecurity.ear works fine in jboss-4.0.3SP1.

      Is there any change in the EJB 3.0 deployment from 4.0.3SP1 to 4.0.4GA ?