2 Replies Latest reply on May 30, 2003 5:17 AM by sysuser1

    Unable to deploy local bean

    sysuser1

      Hello all,

      I encountered a problem deploying local bean. The message says, "Each local home method must have a method defined in the entity bean class"

      Now, I shall explain the scenario here.

      In my local home, I have a method ,

      public void remove(PrimaryKey key) throws RemoveException

      In the entity bean, I have the matching method,

      public void ejbRemove(PrimaryKey key) throws RemoveException

      I get the above warning message for the remove method in the local home, for which I dont find any reason. Note, the same case works fine for create method.

      Please suggest a solution for this.

      Thanks,
      hari