Re: GWT, Hibernate and a many to many relationship

2014-08-03 Thread Peter S.
:02:11 UTC+2 schrieb Timothy Spear: > > The basic answer is you cannot. You will need to transform the Hibernate > object into a POJO to make it serial, this is a requirement of any object > being passed between the client and the server in GWT. > > Tim > > On Jul 30, 2

GWT, Hibernate and a many to many relationship

2014-07-31 Thread Peter S.
Hey all, after searching the complete web for a solution and didn't find one, I will try to share my problem with you ;).. Well I have the famous failure with GWT and Hibernate: java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type 'org.hibernate.collection

Hibernate, GWT many to many

2014-07-31 Thread Peter S.
Hey all, after searching the whole for a solution for my problem I am now sharing my problem to you ;). Well I have this famous error: java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type 'org.hibernate.collection.PersistentSet' was not included in the set