0 Replies Latest reply on Aug 2, 2005 8:49 AM by daniel.niedzielski

    Problems with the deployment of the home-interface

    daniel.niedzielski

      Hello,
      my Home-Interface (entity bean) includes a create, a finder and
      a home method (ejbHome) to delete a set of rows from a database. But, I cannot deploy the home-interface.

      The error-message is:

      08:42:56,000 WARN [verifier] EJB spec violation:
      Bean : KdMass
      Method : public abstract void loeschenAlleMasse(long, long, long, String) throws RemoveException, RemoteException
      Section: 9.2.8
      Warning: Each method defined in the entity bean's home interface must be either create or finder method.

      08:42:56,002 ERROR [MainDeployer] could not create deployment: file:/opt/jboss-4.0.2/server/default/deploy/KdMassEnterpriseBean.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDep

      What can I do?
      Thanks