|This change to UnifiedClassLoader:
|"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 a URLClassLoader will expect that this baby will
|   return something valid.  It certainly won't expect a null.  If this
|   behavior of masking the url list is trully desired, then return new
|URL[0],
|   but I suggest that is also invalid, since a URLClassLoader with no URLS
|is
|   a wasted object... what does one load from it... IMHO (ok not so humble)
|   it is best not to obfuscate here."
|
|breaks dynamic class loading and does cause bloat of serialized RMI
|objects as well as MarshalledObjects. Do not rip out code you do
|not like unless you really understand why it was there.

maybe we should isolate the ucl as critical code

marcf

|
|xxxxxxxxxxxxxxxxxxxxxxxx
|Scott Stark
|Chief Technology Officer
|JBoss Group, LLC
|xxxxxxxxxxxxxxxxxxxxxxxx


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to