Re[4]: [JBoss-dev] URLConnection and opened files

2003-01-14 Thread Alex Loubyansky
I'm a bit confused. I wrote a simple standalone test. - main public static void main(String[] args) throws Exception { // set handler pkgs System.out.println(java.protocol.handler.pkgs: + System.getProperty(java.protocol.handler.pkgs)); URL url = new URL(file, null, args[0]);

Re: Re[4]: [JBoss-dev] URLConnection and opened files

2003-01-14 Thread Scott M Stark
, January 14, 2003 7:07 AM Subject: Re[4]: [JBoss-dev] URLConnection and opened files I'm a bit confused. I wrote a simple standalone test. - main public static void main(String[] args) throws Exception { // set handler pkgs System.out.println(java.protocol.handler.pkgs

Re[4]: [JBoss-dev] URLConnection and opened files

2003-01-13 Thread Alex Loubyansky
I meet it in JBoss-3.2 and HEAD. I am afraid if I update JBoss-3.0 it'll get infected too. I'll try to figure it out. alex Tuesday, January 14, 2003, 12:18:41 AM, you wrote: SMS They are definitely in the classpath in the lib/jboss-common.jar, but may not SMS be available to the class loader