Thanks all for the help,
I ended up doing a tedious comparison of my project with DynaTableRf
sample and copied the hibernate validator and gwt-servlet.jar from
there.
After a very frustrating 5 days, I have a working RequestFactory
setup, now I can focus on actually implementing the server end.
Question:
Part of the problem I faced was Uncaught Exceptions with very
unhelpful stack traces. The errors ended up being things like, I had
an inconsistency in id type between getid and findClazz(id), un-
initialized version field, etc. There were no hints whatsoever on the
console, I did an extremely tedious comparison of my project with
DynaTableRf as I said above to fix this.
I'm wondering if this is because I'm missing a configuration that
would automatically point out this inconsistencies. Or is there any
other approach to hunting the problem? A strategically placed break
point on client/server side?
Again, thanks for the responses.
Spundun
On Aug 19, 10:45 am, David Chandler <
drfibona...@google.com> wrote:
> See alsohttp://
code.google.com/p/listwidget/