On Tue, May 29, 2012 at 4:43 PM, Jimo <[email protected]> wrote: > I rebuilt GWT with the latest in the source tree and am now getting a > class not found exception for com.google.gwt.core.client.GWTBridge in my > servlet RPC implementation. Should that class exist in gwt-servlet.jar? > When I add it to that jar file, the class not found exception goes away. > > [It looks like GWTBridge and some related classes changed earlier this > month.] >
Do you know what class is referencing c.g.g.client.GWTBridge? There is a shared version (which the client one derives from) that should be there, but referencing client code in the server is dangerous. -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
