0 Replies Latest reply on Aug 6, 2002 4:06 AM by morphace

    java.lang.ClassNotFoundException

    morphace

      Hi all,

      I have a question concerning the visibility of classes over different J2EE modules.

      I've got a web-module (war) containing a certain jar in the WEB-INF/lib directory, which contains several classes.

      Secondary I have a DotNet module (wsr), which contains a web-service deployment descriptor.

      My web-service tries to use a class, which is in the jar in the WEB-INF/lib from the web-module.

      Apparently this doesn't work, because I get a java.lang.ClassNotFoundException, which confuses me, because I've read (in the forums), that from 3.X on the deployed classes "see" each other.

      So, my question is: what's true ? Do I have to provide each module separately with the classes that it needs ?

      Is there any documentation about this issue ?

      Thanx