0 Replies Latest reply on Mar 29, 2004 2:41 PM by srinivasbv_gowda

    Ejb jar file

    srinivasbv_gowda

      Hi All,

      In our application we are having ejb which throw some application Exception. And same application Exception are being thrown from other class files which are part of war file( web-inf/classes).

      Now we don't want this application Exception file to be there in ejb jar file,to avoid duplication of classes. But they should be there only in web-inf/classes.

      Is there any classloader policy setting for ejb to look classes which are in web-inf/classes. so that we should not get classNotFound Exception while deploying ejb.

      Thanks
      Srinivas