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

2006-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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

   Summary: BCEL cannot be used as java.system.class.loader
   Product: BCEL
   Version: 5.1
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Main
AssignedTo: bcel-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The property java.system.class.loader is supposed to allow JVM users to change 
the default class loader to another class. 
 
org.apache.bcel.util.ClassLoader cannot be used with this property.  Setting 
-Djava.system.class.loader=org.apache.bcel.util.ClassLoader provokes this at 
load time. 
 
Error occurred during initialization of VM 
java.lang.Error: java.lang.IllegalStateException: recursive invocation 
 
java version "1.5.0_06" 
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) 
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_06-b05, mixed mode) 
 
this bug also applies to SVN-HEAD.

-- 
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-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Platform|Other   |SGI




--- Additional Comments From [EMAIL PROTECTED]  2006-01-25 05:49 ---
This link might provide additionnal informations: 
 
http://www.mail-archive.com/bcel-dev%40jakarta.apache.org/msg00451.html 

-- 
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-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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 07:50 ---
hmmm. I attempted to do as you suggest, but can't seem to shake the 
java.lang.Error: java.lang.IllegalStateException: recursive invocation 

error.

could getParent() be returning org.apache.bcel.util.ClassLoader, in this case?

Unfortunately the error occurs before debugging begins.

Any ideas?

-- 
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]