Re: GWT v2.4.0 Welcome Page in Hosted Mode AsyncCallback throws ClientSerializationStreamReader
I checked the libraries in build path, I had two versions of GWT on it. That was the reason for the error. The pom was coded right.
Library Stack: GXT 2.2.5 with GWT 2.5.0. Works perfect .. till now ;)
Solution: Changed ${gwtVersion} = 2.5.0 and removed unnecessary libraries from build path.
I am not deleting the post in case in case it helps someone else as well.
On Tuesday, November 6, 2012 4:40:43 PM UTC-5, Jerry George wrote:
-- On Tuesday, November 6, 2012 4:40:43 PM UTC-5, Jerry George wrote:
Hi,I get the following error,com.google.gwt.user.client.rpc.impl. ClientSerializationStreamReade r.eval(Ljava/lang/String;) Lcom/google/gwt/core/client/ JavaScriptObject; I am not sure how to trace this error. I am pretty new to GWT.POM Dependency<dependency><groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>${gwtVersion}</version> <scope>runtime</scope></dependency><dependency><groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <version>${gwtVersion}</version> <scope>runtime</scope></dependency><dependency><groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>${gwtVersion}</version> <scope>provided</scope></dependency><dependency><groupId>com.extjs</groupId><artifactId>gxt</artifactId><version>2.2.5</version></dependency>${gwtVersion} = 2.4.0Has anyone had similar problems? Could anyone please help?Thanks.
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/-/q6yIfIvFT74J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home