0 Replies Latest reply on Oct 11, 2004 4:13 PM by randyott

    EJB Verifier Error

    randyott

      I am getting the following error while depolying an EJB application. The error appears to be due to the fact that the Entity bean extends another class, and for some reason the extended class cannot be loaded. I have tried serveral things, including making sure that the base class of the EB is included in the ejb jar file, with no luck. Here is the error:

      Bean : ActivityEJB
      Section: 22.2
      Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
      Info : Class not found on 'com.intelliden.icos.isec.ActivityEB': Unexpected error during load of: com.intelliden.icos.isec.ActivityEB, msg=com/intelliden/icos/util/DirectoryEB

      ActivityEB is the derived class, and DirectoryEB is the base class.

      Btw, this works in WLS 6.1 - we are attempting a port to JBoss.