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 being used. What version of JBoss are we
SMS> talking about here?

SMS> xxxxxxxxxxxxxxxxxxxxxxxx
SMS> Scott Stark
SMS> Chief Technology Officer
SMS> JBoss Group, LLC
SMS> xxxxxxxxxxxxxxxxxxxxxxxx

SMS> ----- Original Message ----- 
SMS> From: "Alex Loubyansky" <[EMAIL PROTECTED]>
SMS> To: "Scott M Stark" <[EMAIL PROTECTED]>
SMS> Sent: Monday, January 13, 2003 11:30 AM
SMS> Subject: Re[2]: [JBoss-dev] URLConnection and opened files


>> Thanks for pointing to this, but I think the problem is not there.
>> I suspect the classes are somehow not getting to the classpath.
>> 
>> I'm running jdk1.3.1_05. Note, earlier I ran JBoss w/o these problems
>> on this same VM.
>> 
>> Please, let me know whether it's only me watching it.
>> 
>> Thanks,
>> alex
>> 
>> Monday, January 13, 2003, 7:31:06 PM, you wrote:
>> 
>> SMS> Our FileURLConnection  should be picked due to the org.jboss.net.protocol
>> SMS> package being placed into the java.protocol.handler.pkgs by thiscode in
>> SMS> org.jboss.system.server.ServerImpl.doInit:
>> 
>> SMS>       // Include the default JBoss protocol handler package
>> SMS>       String handlerPkgs = System.getProperty("java.protocol.handler.pkgs");
>> SMS>       if (handlerPkgs != null)
>> SMS>       {
>> SMS>          handlerPkgs += "|org.jboss.net.protocol";
>> SMS>       }
>> SMS>       else
>> SMS>       {
>> SMS>          handlerPkgs = "org.jboss.net.protocol";
>> SMS>       }
>> SMS>       System.setProperty("java.protocol.handler.pkgs", handlerPkgs);




-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to