0 Replies Latest reply on May 25, 2003 5:06 PM by kindoblue

    EJB inheritance

    kindoblue

      Hi all,

      I have several entity ejbs, each one stored in a different jar, that inherit from a base ejb. If I deploy them I get "class not found" errors if the base ejb classes are not in the same jar. I've put the base ejb classes in a separate jar and I've tried to store it in the same ear, but the deploy fail as well.

      In other words, the deploy succeed if the base ejb classes are in the same jar of the ejb I'm trying to deploy and I've not found a way to store the base ejb classes separately from the jars containing the ejb that inherit from the base ejb. Any idea?

      Thanks in advance