0 Replies Latest reply on Dec 20, 2005 3:50 PM by adrian.brock

    URLStreamHandlerFactory

      The initialization of this factory is currently threadsafe/repeatable.
      Instead it is done on server startup, in ServerImpl.initURLHandlers()
      and some tests do this as well, but once one test has done it, nobody else can.

      I'd like to move the initialization to a factory, like this one I wrote:
      http://anoncvs.forge.jboss.com/viewrep/JBoss/jbosstest/src/main/org/jboss/test/xml/prototype/impl/URLStreamHandlerFactoryInitializer.java?r=1.1