DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5446>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5446 Can't change webapp class loader (bug #5391 revisited :) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2001-12-17 01:40 ------- Although the API may indicate it's doable, it's not possible to separate the Loader from the ClassLoader in the case of the WebappLoader/WebappClassLoader. The first one uses special APIs from the second one that can't be replaced. If you want to replace the class loader, you should write an alternate loader (maybe based on the old StandardLoader), and maybe give it the capabilities to switch the CL. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>