0 Replies Latest reply on Nov 6, 2010 7:51 AM by vata2999

    EntityHome Vs EJB Bean

    vata2999

      Hi,
      I want to know  it is possible to use EntityHome in Statefull bean ?
      i don't get the idea behind EntityHome
      i have a bean



      Statefull
      @Name("memberEditAction")
      public class MemberEditBean extends EntityHome<Person> implements IMemberEdit


      and ovveride many of methods from entityhome like



      @Override
           protected Person createInstance()


      but unfortunately i can not call this method and i've got nomethodsignatureexception because this method isn't in interface however i can not append it to interface then how can i use entityhome in ejb bean ?