1 Reply Latest reply on Apr 29, 2002 4:22 PM by dsundstrom

    EJB Inheritance

    thesmann

      JBoss 3 does not find the abstract CMP accessors if I inherit them from another class.

      public abstract class PersonBase implements EntityBean {
      // implements everything and works if used instead of Person
      }

      public abstract class Person extends PersonBase {
      // just empty
      }

      The warning I get:

      Bean : Person
      Section: 10.6.2
      Warning: The entity bean class must define a set accessor for each CMP field.