Closed GoogleCodeExporter closed 9 years ago
Original comment by gael.laz...@gmail.com
on 24 Sep 2011 at 11:24
Hi,
I want to use gwt-test-util in our project. It seems that the gwt-test-util
framework could be our golden way through the painfully path of gwt testing.
But in our first test case I have got the same issue like above.
java.lang.UnsatisfiedLinkError:
com.google.gwt.json.client.JSONObject.get0(Ljava/lang/String;)Lcom/google/gwt/js
on/client/JSONValue;
at com.google.gwt.json.client.JSONObject.get0(Native Method)
This issue is a showstopper for us. Is there a workaround e.g. a custom patcher
option? Or, can you estimate when you can fix this issue.
Original comment by manuel.i...@plentymarkets.com
on 7 Oct 2011 at 3:17
Hi,
I'm so sorry I didn't answered you earlier. I'm currently working on GWT JSON
features so every JSONObject method would work fine. I forgot to update the
issues status. It should be ready this weekend ;-)
But I want to warn you the (nice) HighCharts/GWT wrapper API you're using deals
with some JSNI (to call HighChart JavaScript API) which will have to be patched
to, and I didn't planed to do it right now.. So you probably would have to
provides some custom patchers to.
Original comment by gael.laz...@gmail.com
on 7 Oct 2011 at 3:25
Is this a server-side code? I have had issues using JSONValue and its
child-classes on the server side.
Original comment by p.s.bhow...@gmail.com
on 11 Oct 2011 at 6:08
No this is a problem with client side code : JSONObject JSNI methods are not
patched in gwt-test-utils for the moment.. I'm still working on that ;-)
Original comment by gael.laz...@gmail.com
on 11 Oct 2011 at 8:59
I finally manage to provide support for GWT JSON API in gwt-test-utils :)
I have just deployed new 0.35-SNAPSHOT, 0.33.1-SNAPSHOT, 0.28.8-SNAPSHOT,
0.25.5-SNAPSHOT and 0.22.5-SNAPSHOT. Could anyone give it a try to validate the
feature is working with complex, real life JSON and give me some feedback ?
Original comment by gael.laz...@gmail.com
on 13 Nov 2011 at 7:06
I could test if it's fixed. But the current version is released at Sept. 18,
where could I download the new version 0.34 SNAPSHOT?
Original comment by HongDian...@gmail.com
on 28 Nov 2011 at 6:45
The lastest 0.35-SNAPSHOT could be manually downloaded here (if you're not
using maven) :
http://forge.octo.com/nexus/content/repositories/snapshots/com/octo/gwt/test/gwt
-test-utils/
Original comment by gael.laz...@gmail.com
on 28 Nov 2011 at 9:44
Original issue reported on code.google.com by
HongDian...@gmail.com
on 23 Sep 2011 at 2:24