DO NOT REPLY [Bug 38377] - BCEL cannot be used as java.system.class.loader

2006-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=38377.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38377





--- Additional Comments From [EMAIL PROTECTED]  2006-01-25 14:59 ---
Created an attachment (id=17501)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=17501action=view)
Tentative patch.

This is a tentative patch.  It may not well be the solution to the problem, but
it does remove the IllegalStateException error.

I think the problem is that, once initSystemClassLoader is called (it's in
java.lang.ClassLoader), no class should depend load java.lang.ClassLoader or
you get a indirectly recursive call of initSystemClassLoader.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 38377] - BCEL cannot be used as java.system.class.loader

2006-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=38377.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38377





--- Additional Comments From [EMAIL PROTECTED]  2006-01-25 15:05 ---
Now that I think of it, my idea of the source of the problem is probably wrong 
so disregard the explanation after the patch. 
 
The patch, though, still solves the problem. 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]