0
votes
0answers
62 views

It gives an error of serializePersistentCollection with Hibernate <Set>

For having one-to-many relationship, I am using Set in the 'One' side of the relationship. I am using Hibernate with GWT-RPC and Gilead. For e.g., Consider 2 entities: Book and Publisher. Now each ...
2
votes
1answer
175 views

Are there any other possible reasons for getting a GWT Serialization Policy exception?

I've been poking through this for about a week or so, now, and haven't found anything. I'm building an application with GWT, Hibernate, and Gilead, and I'm attempting to make an rpc call that loads a ...
5
votes
4answers
3k views

RPC Error after GWT 2.3 upgrade

After upgrading to GWT 2.3 some of my RPC services no longer work and fail with "The response could not be deserialized". It seems to happen to services that are returning objects that are use Date ...