0 Replies Latest reply on Sep 18, 2006 12:05 PM by madansri

    EJB 3.0 deployment on JBoss

    madansri

      Hi,
      I am deploying EntityBean, FileDetailsServiceBO on JBoss 4.0.1sp1 and then updated to JBoss 4.0.4CR2 for EJB 3.0 support

      I get the following error : Pls help me know if JBoss has been updated to 4.0.4CR2 or how to solve this issue.

      20:41:42,939 WARN [verifier] EJB spec violation:
      Bean : FileDetailsServiceBO
      Section: 10.6.2
      Warning: The entity bean's class must implement, directly or indirectly, the jav
      ax.ejb.EntityBean interface.

      20:41:42,939 WARN [verifier] EJB spec violation:
      Bean : FileDetailsServiceBO
      Section: 10.6.2
      Warning: The entity bean class must be defined as public and abstract.

      20:41:42,955 WARN [verifier] EJB spec violation:
      Bean : FileDetailsServiceBO
      Section: 10.6.1
      Warning: The Bean Provider must provide a remote interface and a remote home int
      erface or a local interface and a local home interface for the bean.

      20:41:42,955 ERROR [MainDeployer] could not create deployment: file:/D:/Program
      Files/JBoss/jboss-4.0.1sp1/server/default/deploy/FileDetails.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
      d, see above for error messages.