Re: OpenJPA and GWT Serialization

2011-04-09 Thread Jason Ferguson
I'm running with 2.1.0. I figured if I was going to learn to use JPA versus Hibernate, I may as well use the most current version. So let me see if I'm doing this right. I added the following property to persistence.xml: The docs seem to recommend adding a version field, which I haven't done y

Re: OpenJPA and GWT Serialization

2011-04-09 Thread Rick Curtis
Jason - > Sorry if this is a frequently asked question. This isn't a frequent question... yet. It seems that this issue has come up a number of times on users/dev. There was a recent post[1] on a similar issue that didn't end with much of a solution. Mike has had this detach/proxy business on his

OpenJPA and GWT Serialization

2011-04-09 Thread Jason Ferguson
Sorry if this is a frequently asked question. I have an entity, Location, which has a bidirectional OneToMany/ManyToOne relationship with another entity, BorderPoint. Both entities implement Serializable and IsSerializable. The BorderPoint collection within the Location object is an ArrayList. Un