Closed GoogleCodeExporter closed 8 years ago
The product version is Pectin 0.8. It was put on GWT 2.2 SDK to get errors
Original comment by Eric.Mo...@gmail.com
on 16 Feb 2011 at 7:40
see http://code.google.com/p/gwt-platform/issues/detail?id=292 for a workaround
(you need to recompile pectin from source using the latest gwt sdk)
Original comment by ata...@gmail.com
on 23 Feb 2011 at 6:12
Thanks for finding that. I'll update the build system (hopefully there are no
nasties) and upload a new version.
Cheers
Andrew
Original comment by andrew.pietsch
on 24 Feb 2011 at 12:02
gradle v0.8 + gwt 2.2.0 - works fine, tested that
gradle v0.9 is incompatible with the build scripts
Original comment by ata...@gmail.com
on 24 Feb 2011 at 5:06
Hi dear i am using your api gwt-pectin.
I have following issue while running your testing code.
Caused by: java.lang.RuntimeException: Deferred binding failed for
'com.dps.app.urs.client.models.UserFormModel$PersonProvider' (did you forget to
inherit a required module?)
this is the code.
public abstract class UserProvider extends BeanModelProvider<User> {}
private UserProvider userProvider=GWT.create(UserProvider.class);
Please help me i am stuck here from last two days.
Thanks in advance
Wajad
Original comment by wajadabb...@gmail.com
on 7 Apr 2011 at 10:22
Release 0.8.1 has been built using GWT 2.2.
Original comment by andrew.pietsch
on 30 Jun 2011 at 1:05
Original issue reported on code.google.com by
Eric.Mo...@gmail.com
on 16 Feb 2011 at 7:36