[Tcl Java] Re: [Tcl Java] ReflectObject problems

2000-01-25 Thread Mo DeJong
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:

[Tcl Java] ReflectObject problems

2000-01-25 Thread Thomas McKay
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