1 Reply Latest reply on Jan 17, 2003 3:04 PM by raja05

    thread context classload and its usage in JBoss

    yangyuexiang

      Hi,

      Who can explain what is the function of the thread context classloaders in JBoss? I am sure I am confused by it when i read the source code of Jboss3.0.4?

      Regards

      yang

        • 1. Re: thread context classload and its usage in JBoss
          raja05

          Hi yang,
          Ive been looking thru the source code too. The ServerImpl class loader is the one used to load the remaining classes(if u added extraClasspath/libs) thats added too.
          Where exactly are u confused?
          If u look in the code, the old classloader which was used to startup Jboss would be saved at hte beginning of hte method and the method would use the classloader used to startup ServerImpl and then reset again at the end of the method.

          -Raj

          > Hi,
          >
          > Who can explain what is the function of the thread
          > context classloaders in JBoss? I am sure I am
          > confused by it when i read the source code of
          > Jboss3.0.4?
          >
          > Regards
          >
          > yang