https://issues.apache.org/bugzilla/show_bug.cgi?id=48489
VickyKak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #13 from VickyKak <[email protected]> 2010-01-06 01:18:25 UTC --- (In reply to comment #12) > Bug48489.patch is the required fix. Sorry... If loader.loadClass("[Ljava.lang.String;") works fine then I would expect loader.loadClass("[Lsample.SampleClass;") too a proper usage. I don't think loader.loadClass("[Lsample.SampleClass;") is wrong usage, the TocmatCL should resolve the custom class array also which could internally be done by delegating to system CL. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
