4 Replies Latest reply on Dec 24, 2001 5:25 AM by michele

    JBoss 3.0 and EJB2.0

    michele

      Hello,
      I'm a newbie and I have a problem... When I deploy my EJB i get this error from JBoss 3.0:

      ----
      Bean : LibroBean
      Section: 9.2.2
      Warning: The entity bean class must not be defined as abstract.
      ----

      this is the bean class:

      ----
      public abstract class LibroBean implements EntityBean
      {
      ...
      }
      ----

      Why? In EJB2.0 the local classes must declared abstract, why it not work?

      Thank a lot
      Michele Fabbri
      fabbrimichele@libero.it