0 Replies Latest reply on Jul 11, 2003 7:36 AM by jlh

    Use of jboss-aop standalone framework with other system clas

    jlh

      Is there any plan for making it possible in the standalone jboss-aop framework to use another classloader (particularly the Java WebStart system classloader)?

      Would it be possible in the future to just construct the classloader programmatically, thus chaining it to the system classloader? E.g.

      ClassLoader cl = new org.jboss.aop.standalone.SystemClassLoader(ClassLoader.getSystemClassLoader());

      We would very much like to use the framework from out Java WebStart enabled applications.