1 Reply Latest reply on Apr 28, 2003 5:33 PM by marc.fleury

    Deployment problem with setURLStreamHandlerFactory API

    thangam


      In my application, I am trying to set my own URLStreamHandler factory using the API setURLStreamHandlerFactory(). But, this returns error, saying that this can be set only once in any JVM. I found that JBoss is setting this.
      Now, I have a choice to customize JBoss code and add my URLStreamHandler to the JBoss URLStreamHandlerFactory.
      My question:
      Is there any other way (for example, setting some cofiguration), to make JBoss to recognize my customized URLStreamHandler ?

      Any information on this topic is greatly appreciated.

      Thanks.

      - Thangam