nishtahir / gwt-pectin

Automatically exported from code.google.com/p/gwt-pectin
0 stars 0 forks source link

Pectin library Incompatible with GWT 2.2 #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgrade my dev environment to 2.1

What is the expected output? What do you see instead?
Expect pectin library to still work. However I am getting a stacktrace of 
compilation errors spit out by pectin. For example, "JClassType" used to be 
class. Now it is interface.

What version of the product are you using? On what operating system?
GWT 2.2 SDK; Linux

Please provide any additional information below.

Original issue reported on code.google.com by Eric.Mo...@gmail.com on 16 Feb 2011 at 7:36

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Release 0.8.1 has been built using GWT 2.2.

Original comment by andrew.pietsch on 30 Jun 2011 at 1:05