1 Reply Latest reply on Oct 25, 2008 4:27 AM by jaikiran

    JBoss ClassLoader - Parent Last

    akshaychandrashekar

      Could somebody help me in understanding what configurations need to be done for Parent Last Class loading?
      I have an EAR which has a version of xerces.jar. While I try to start the server with my EAR, it errors out giving
      ClassCastException.

      Instead of loading the DocumentBuilderFactory from the xerces.jar of my EAR/lib folder, it is referring to xercesImpl.jar.
      I want the xerces.jar in my application to be referred instead of the server's xercesImpl.jar.

      Is there a configuration to be set in order to load the libraries in EAR/lib first, followed by /server/default/lib.

      Thanks in advance.
      Akshay