RPC Error after GWT 2.3 upgrade?

I have very similar problem - Gilead 1.3.1, Exception is also complaining on Timestamp field.

I have very similar problem - Gilead 1.3.1, Exception is also complaining on Timestamp field. Here's something that I found at Gilead's website: "Timestamp_FieldSerializer that ships with Gilead conflicts with one that was apparently introduced in GWT 2.2 or 2.3" sourceforge.net/tracker/index.php?func=d... End of "Details" section suggests the easy fix, however, I haven't tried that yet.

Thanks for the help. For the curious, remove the package com.google.gwt.user.client.rpc.core.java. Sql from gilead4gwt.

Jar – KevMo May 6 at 22:48.

If you don't want to touch JARs - when you use Gilead 1.3.2 as Maven dependecy, there is a better solution I've found today. Conflicting Gilead serializers must be shadowed by these from GWT 2.3, but as both JARs are on the same level and positioning inherit in gwt. Xml doesn't help these must be reimplemented in your project structure."New" serializers will take precedence both on server and compiled client.

Finally you get working GWT 2.3 and Gilead 1.3.2. In steps: Create package com.google.gwt.user.client.rpc.core.java. Sql in your project.

Using Eclipse open gwt-servlet-2.3. Jar and find above package with three files Date_CustomFieldSerializer. Class, Time_CustomFieldSerializer. Class and Timestamp_CustomFieldSerializer.class.

You should see source if Maven downloaded it. Recreate these source files in your project. I suppose Gilead team should remove serializers in next release then you delete these from your project as well.

Simply you can search on project_path/war/WEB-INF/lib for the library json. Jar and add it to the build path (I'm using Eclipse).

I have very similar problem - Gilead 1.3.1, Hibernate. Exception is also complaining on Timestamp field.

If you don't want to touch JARs - when you use Gilead 1.3.2 as Maven dependecy, there is a better solution I've found today.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions