0 Replies Latest reply on Feb 9, 2006 5:09 PM by damo9f

    Removed a .har file (Hibernate) and now have class loading i


      We changed a .har to a .jar file, and stopped using the HARDeployer to deploy.

      For some reason, we now get ClassNotFoundError on code that seems to be unrelated to the files we moved.

      I.e. all the classes in the moved archive are in the pojo package, and we now get this Error (not exception) on classes that seem to have no relationship to the moved classes.

      Any ideas?

      Also, what should I look for in JBoss class loading TRACE output to figure out what class is really causing the error.