Re: Odd serialization error

2010-06-15 Thread Simon
Finally found it! One of the referenced classes had itself a inverse reference back to Translation. It seems like Gilead cannot handle this resulting (at least for complex PKs) in a immensely large tree beeing sent back. I now use @ServerOnly on the inverse which solves the problem. Cheers

Odd serialization error

2010-06-14 Thread Simon
Hi all, I have a strange serialization problem using the following setup: GWT 2.0.3 GXT 2.1.1 Spring 3.0.2 Hibernate 3.5.1 Gilead 1.3.2 I'd like to serialize the following class: @Entity @Table(name=Core_Translation) public class Translation extends LightEntity{ @Id private