0 Replies Latest reply on Jul 28, 2004 12:11 AM by samchiu

    dynamic class loading question

    samchiu

      hi!
      my servlet will generate a new class and compile it run-time, but I can't load this class even the new class already in class path and web-inf/classes. I think that Jboss can't dynamic load class,cos the UnifiedLoaderRespository cached the snapshot class when JBoss startup,and never reload. how should I do?