Something is very wrong in the ReflectObject table. Try to create a
small test that reproduces this error and set the debug variable
on line 107 to true. That will print out extra info while adding
or searching in the reflect table.
Mo Dejong
Red Hat Inc.
On Tue, 25 Jan 2000, Thomas McKay wrote:
While creating numerous ReflectObjects w/in a Java command, I inconsistently
get a message
"table entry did not match arguments"
The error is thrown in ReflectObject.java when
if (found.javaClass != cl || found.javaObj != obj || found.ownerInterp !=
interp) {
Any idea what cou