0 Replies Latest reply on Mar 30, 2007 12:31 PM by ulhas.math

    How to override JBOSS_CLASSPATH classes ? ? ?

    ulhas.math

      Can anyone tellme how do i override the classes in jboss classpath.
      Basically i wanted to put a jar in my application lib and wanted to give it the topmost preference even if a similar class is found in the JBOSS_CLASSPATH (and not server/lib ) .

      I tried parent delegation but it doesnt work ...

      The class loader always picks up the classes in the JBOSS_CLASSPATH even when i define a similar class in my application/lib jar.

      Plz let kno if any workaround