I guess the simplest way to solve the problem is to have bogus URL handlers defined on the
boot classpath for all the URL schemes we want, and then once the container is booted far
enough, it can install a URLStreamHandlerFactory that loads the "correct"
handler factories from then on. This will work around the check that the URL constructor
does.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181084#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...