0 Replies Latest reply on Sep 17, 2003 11:47 AM by brof

    Problem of inheritance with the EJB Bean in cmp 2.x

    brof

      I have a problem with my Entity Bean in Cmp 2.x. The problem occurs when starting JBOSS. When I'm deploying the jar in warm deploy, the problem doesn't appear;

      Bean : ManagerEJB
      Section: 22.2
      Warning. The Bean Provider must specify the fully-qualified name of the Java Class that impelements the enterprise beans's
      business methods in the ejb-class element.
      Info : Class not found: com.silentsoft.manager.ejb.ManagerEJBBean.

      I know that the problem occurs due to the inheritance of a class that implement the javax.ejb.EntityBean iterface;

      Is somebody know the solution of my problem.

      Tank You

      Francois