Re: ClassCastException when trying SuperDevMode on my application with 2.7

2015-01-07 Thread Roland
Here's a bit of follow up on this issue. First of all as pointed out in the discussion in this issue (which links to this G+ post ) this problem is not related

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-25 Thread Roland
Thanks. So far I have been unable to isolate this into a smaller example. I've tried some very basic entrypoint classes and added the external modules I use like the Openlayers gwt wrapper and the gwttime (which has one of its classes mentioned in the trace). They all have worked fine. Open to

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-22 Thread 'John Stalcup' via Google Web Toolkit
It sounds like one of the registered EntryPoint classes or something that one of the EntryPoint classes is being rebound to does not implement the EntryPoint interface. On Sat, Nov 22, 2014, 1:29 AM Thomas Broyer wrote: > +cc stalcup@ > > Any idea John? > > Roland, can you make a small repro-cas

Re: ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-22 Thread Thomas Broyer
+cc stalcup@ Any idea John? Roland, can you make a small repro-case? On Saturday, November 22, 2014 12:38:16 AM UTC+1, Roland wrote: > > With the advent of 2.7 I am determined to get going with SuperDevMode. > However, once my development environment (Eclipse) is all set to run the > code serv

ClassCastException when trying SuperDevMode on my application with 2.7

2014-11-21 Thread Roland
With the advent of 2.7 I am determined to get going with SuperDevMode. However, once my development environment (Eclipse) is all set to run the code server when I try to load my application using SuperDevMode I get the following error. This actually happens whether I compile with debug mode on