Re: GWT 2.5 dev mode unable to refresh

2012-12-04 Thread Ben St. Pierre
No ideas? On Tuesday, November 13, 2012 4:52:03 PM UTC-7, Ben St. Pierre wrote: > > Hi guys, > > After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It > initially loads fine but reloading (in any browser causes the rpc mechanism > to throw this erro

GWT 2.5 dev mode unable to refresh

2012-11-13 Thread Ben St. Pierre
Hi guys, After upgrading to to GWT 2.5 I am unable to refresh my dev mode. It initially loads fine but reloading (in any browser causes the rpc mechanism to throw this error... Caused by: com.google.gwt.user.client.rpc.SerializationException: java.lang.RuntimeException: Unable to find class

Re: what's ReflectionHelper.loadClass(String) does?

2012-11-08 Thread Ben St. Pierre
It's used by dev mode to load classes dynamically. GWT production code would be unable to use this. On Monday, October 3, 2011 12:27:07 PM UTC-6, Elhanan wrote: > > hi.. it seems there is some sort of partial reflection support in gwt, but > can i use it? is it the same as class.forname? > --