3 Replies Latest reply on Feb 19, 2003 6:31 AM by juhalindfors

    class loading issue with 3.2 RC1

    muruga

      Hello,

      I am using JBoss 3.2 RC1, Here is my conf/jboss-service.xml:



      Here is the problem:
      The dynamically generated classes under C:/mycom/classes/ directory is not visible to the war file which is deployed under default/deploy/ directory.

      Here is the step to reproduce:
      Start the jboss server, then i generate MyClass.class and put it under C:/mycom/classes/ directory. After that deploy the myapp.war (has index.jsp) file which uses the MyClass.class.

      Try to invoke index.jsp file which intern invokes MyClass.class, then you will see ClassNotFoundException. Saying..MyClass is not found!

      Is there any way i can force the myapp.war to look the classes which are in .

      thanks,

      -muruga