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 error...

 Caused by: com.google.gwt.user.client.rpc.SerializationException: 
 java.lang.RuntimeException: Unable to find class 
 com.google.gwt.user.client.rpc.core.java.util.ArrayList_FieldSerializer

 Any idea what would cause this?  As I said again it loads the first time 
 in dev mode but then fails after a refresh (even with no code changes).


-- 
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/-/fB1tPkdyQNsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
com.google.gwt.user.client.rpc.core.java.util.ArrayList_FieldSerializer

Any idea what would cause this?  As I said again it loads the first time in 
dev mode but then fails after a refresh (even with no code changes).

-- 
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/-/Fbir_JLhQJ4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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?


-- 
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/-/Zf7sB34ldO0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.