1 Reply Latest reply on Apr 18, 2002 12:35 PM by dsundstrom

    CMP2.0 on Jboss 3.0 beta, deploy problems

    bpeeters

      I want to deploy an ear file (CMP2.0), but I've got an exception.
      And it works fine with j2ee RI from sun.
      This is the exception:

      12:36:22,296 INFO [EJBDeployer] Deploying PolicyLocalBean
      12:36:23,255 INFO [EJBDeployer] Deploying PolicyPillarBean
      12:36:23,585 ERROR [EntityContainer] Exception in service lifecyle operation: create
      org.jboss.deployment.DeploymentException: Could not find matching method for public abstract
      com.acunia.ots.ejb.entity.policy.PolicyLocal com.acunia.ots.ejb.entity.policy.PolicyLocalHome.createPolicy(java.lang.String,java.lang.String) throws javax.ejb.CreateException
      at org.jboss.ejb.EntityContainer.setupHomeMappingImpl(EntityContainer.java:783)
      at org.jboss.ejb.EntityContainer.setupHomeMapping(EntityContainer.java:801)
      at org.jboss.ejb.EntityContainer.create(EntityContainer.java:314)
      at org.jboss.ejb.Container.invoke(Container.java:745)


      I put my ear file and my sources.
      Can anyone help me??

      Bart