Thanks Jerry. It really helped me to resolve my issue.

-
Deepak

On Wednesday, 7 November 2012 06:37:52 UTC+5:30, Jerry George wrote:
>
> 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:
>>
>> Hi,
>>
>> I get the following error,
>>
>>
>> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.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.0
>>
>> Has 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to