[gwt-contrib] JsonRequestProcessor.validateKeys

2010-10-01 Thread Pascal Patry
I'm currently having 2 issues with JsonRequestProcessor.validateKeys(). These requests are coming from updates that we want to perform on entities that are driven by EntityProxy. The first issue is with inheritance. We have a base class for all our entities on the server side in order to not have

Re: [gwt-contrib] JsonRequestProcessor.validateKeys

2010-10-01 Thread Patrick Julien
The problem is inside in JsonRequestProcessor in the method updatePropertyTypes It's using entity.getDeclaredFields() which will omit all inherited fields. On Fri, Oct 1, 2010 at 5:24 PM, Pascal Patry i...@invalidip.com wrote: I'm currently having 2 issues with