Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-22 Thread Scott M Stark
Oh, ok, now I get what you meant. - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Scott M Stark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 3:15 PM Subject: Re: [JBoss-dev] CVS u

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-22 Thread Jason Dillon
SCL in a backwards way IMHO. --jason Hiram Chirino wrote: > > response is at the bottom. > >> From: Jason Dillon <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Re: [JBoss-dev] CVS update: jboss/src/main/org/j

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-22 Thread Jason Dillon
Try passing the value of getClass() to super(). --jason Scott M Stark wrote: >>getClass() can not be called until the superclass finishes initializing. >> >>Why not use Thread.currentThread().getContextClassLoader() here? >> >>--jason >> > >That is not true. In Java you are the most derived cl

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-22 Thread Scott M Stark
> > getClass() can not be called until the superclass finishes initializing. > > Why not use Thread.currentThread().getContextClassLoader() here? > > --jason That is not true. In Java you are the most derived class from the start. Even when executing ctors in classes you extend you are the mos

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-21 Thread Jason Dillon
> On Thu, 21 Feb 2002, Hiram Chirino wrote: > > > User: chirino > > Date: 02/02/21 15:17:00 > > > > Modified:src/main/org/jboss/system > UnifiedClassLoader.java > > Log: > > Adding new Boot class that helps out with > creating a embedable JBoss app server. > > embedable in the sma

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-21 Thread Jason Dillon
User: user57 Date: 02/02/21 18:11:20 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: o javadoc o removed getResourceAsStream() it was an exact dup of ClassLoader.getResourceAsStream() except it would catch Exception and not IOException, which could cause

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-21 Thread Hiram Chirino
User: chirino Date: 02/02/21 15:17:00 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: Adding new Boot class that helps out with creating a embedable JBoss app server. embedable in the small footprint sense and enbedable in the integrate with an existing app sense

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-17 Thread Scott M Stark
User: starksm Date: 02/02/17 13:40:16 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: Restore the getURLs override as its removal was invalid Revision ChangesPath 1.7 +18 -9 jboss/src/main/org/jboss/system/UnifiedClassLoader.java Index: Un

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-16 Thread Jason Dillon
User: user57 Date: 02/02/16 00:50:21 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: o removed invalid getURLs() method. Not sure why we want to return null for a URLClassLoader. Comments suggested it was to avoid some RMI bloat, but code that expects

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-11 Thread Jason Dillon
User: user57 Date: 02/02/11 18:38:39 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: o fix indentation Revision ChangesPath 1.5 +19 -17jboss/src/main/org/jboss/system/UnifiedClassLoader.java Index: UnifiedClassLoader.java =

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-11 Thread Scott M Stark
dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java > User: user57 > Date: 02/02/11 14:58:49 > > Modified:src/main/org/jboss/system UnifiedClassLoader.java > Log: >o using logger to show exception, not printStackTrace() > > Revision C

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-02-03 Thread Oleg Nitz
User: olegnitz Date: 02/02/03 15:07:12 Modified:src/main/org/jboss/system UnifiedClassLoader.java Log: getURLs() is overwritten to return null to reduce the network traffic. Revision ChangesPath 1.2 +7 -2 jboss/src/main/org/jboss/system/UnifiedClassLoader.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system UnifiedClassLoader.java

2002-01-19 Thread marc fleury
User: mnf999 Date: 02/01/19 19:47:47 Added: src/main/org/jboss/system UnifiedClassLoader.java Log: The unified classloader. Changed the order of lookup on classes first the class that was passed and then the rest Revision ChangesPath 1.1 jboss/src/