1 Reply Latest reply on Mar 7, 2002 4:45 PM by raulg

    Could not find matching method for public abstract

    raulg

      I'm getting the following error, and am at a loss to
      figure it out.

      [ERROR,ContainerFactory] DeploymentError
      org.jboss.deployment.DeploymentException: Could not find matching method for public abstract java.lang.String TestEJBHome.createTest() throws javax.ejb.CreateException
      at org.jboss.ejb.EntityContainer.setupHomeMappingImpl

      I have a 'public String createTest() throws CreateException' defined in my home interface.

      I have a 'public String ejbCreateTest() throws CreateException' defined in my EntityBean.

      What am I missing?

      thx,
      raulg