0 Replies Latest reply on Nov 22, 2006 4:40 AM by editha

    use custom classloader instead of ucl

    editha

      As far as I understand jboss classloading, for every application a ucl (you can find out which ucl it is by mydeploymentinfo.ucl ) is created when the application is deployed, that does the classloading for this application.
      Is there any possibility to substitute this ucl with a custom classloader (which extends URLClassloader), so that this custom classloader is responsible for the classloading of the application?

      Thank you for your answers!