RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
So where we had a simple System.setProperty(bla bla) we now have a factory, a stream handler that doesn't work reliably, a couple of Class.forName() in the code (that OF COURSE don't work with the custom classloading) a lot of crazyness **we don't need**? man, it makes me nervous I tell you, I

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
what the *fuck* is a protocol handler, please marcf |-Original Message- |From: Jason Dillon [mailto:[EMAIL PROTECTED]] |Sent: Monday, February 25, 2002 6:04 PM |To: marc fleury |Cc: Jason Dillon; [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] CVS update: |jboss-common/src/main/org/jboss

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
Both setting the system property and installing a factory are both standard methods for introducing custom protocol handlers. I am not sure exactly why Class.forName() did not pick up the loaded classes. If you can see why, please let me know, cause I don't get it. As for the handler, it

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
] CVS update: |jboss-common/src/main/org/jboss/net/protocol |URLStreamHandlerFactory.java package.html | | |Both setting the system property and installing a factory are both |standard methods for introducing custom protocol handlers. | |I am not sure exactly why Class.forName() did not pick up

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
]] |Sent: Monday, February 25, 2002 6:04 PM |To: marc fleury |Cc: Jason Dillon; [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] CVS update: |jboss-common/src/main/org/jboss/net/protocol |URLStreamHandlerFactory.java package.html | | |Both setting the system property and installing a factory are both |standard

RE: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread marc fleury
: [JBoss-dev] CVS update: |jboss-common/src/main/org/jboss/net/protocol |URLStreamHandlerFactory.java package.html | | |Read this: | |http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html#URL(java.la |ng.String, |java.lang.String, int, java.lang.String) | |--jason | | |marc fleury wrote: | |what

Re: [JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol URLStreamHandlerFactory.java package.html

2002-02-25 Thread Jason Dillon
Dillon; [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] CVS update: |jboss-common/src/main/org/jboss/net/protocol |URLStreamHandlerFactory.java package.html | | |Read this: | |http://java.sun.com/j2se/1.4/docs/api/java/net/URL.html#URL(java.la |ng.String, |java.lang.String, int, java.lang.String