Closed GoogleCodeExporter closed 9 years ago
Original comment by bguijt
on 9 Mar 2010 at 11:46
Found the problem.
Arrays cannot be passed from Java to JSNI; they first need to be loaded into a
JsArray and the JsArray passed to the JSNI method.
Attached is an updated SQLTransaction class that implements a fix.
I have not gone through any other classes so more fixes may be needed.
Mikeo.
Original comment by mvcolle...@gmail.com
on 17 Apr 2010 at 4:07
Attachments:
Great work Mike!
I'll probably be able to spend a couple of hours next week on this issue.
Thanks for your time, greatly
appreciated!
Bart.
Original comment by bguijt
on 17 Apr 2010 at 4:52
This issue was closed by revision r336.
Original comment by bguijt
on 17 Apr 2010 at 6:25
Original issue reported on code.google.com by
yariv...@gmail.com
on 9 Mar 2010 at 3:13Attachments: