Re: Xerces and GWT Compiler

2011-12-09 Thread Brian Chapman
Wow thanks! I've been banging my head against a wall on this issue for far to long now ... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/ANwD

Xerces and GWT Compiler

2011-12-08 Thread Brian Chapman
I have a maven based project that uses the jts library by vividsolutions. jts uses an old version of xerces which is included in the project's war (in WEB-INF/lib/). When I go and compile this project, I get an error from the GWT compiler. If I exclude it during compilation (using runtime in the p

Re: Editor and RequestFactory

2011-09-02 Thread Brian Chapman
Thanks! I didn't realize that you could issue a save before the proxy was even edited. I guess the RequestContext is more like a queuing system than a procedural list of instructions. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To vi

Editor and RequestFactory

2011-09-01 Thread Brian Chapman
I have a question about using the RequestFactoryEditorDriver. I am trying to use the editor with request factory on the client side. On the server side I am using Objectify which is modeled after the listWidgetexample. I have a ProjectRequest class (impleme