[appengine-java] StackOverFlowError on JPA Remove() with @OneToMany and abstract base classes.

2009-12-20 Thread David Fuelling
I'm pretty sure my issue is a bug, but upon further reflection I figured I'd bring it to light here in the discussion groups just to be sure. Here's the issue, with test code: http://code.google.com/p/googleappengine/issues/detail?id=2541 Basically, I'm trying to model a User entity that has mor

Re: [appengine-java] StackOverFlowError on JPA Remove() with @OneToMany and abstract base classes.

2009-12-23 Thread Max Ross (Google)
Workaround posted to the bug. Thanks! On Sun, Dec 20, 2009 at 6:22 AM, David Fuelling wrote: > I'm pretty sure my issue is a bug, but upon further reflection I > figured I'd bring it to light here in the discussion groups just to be > sure. > > Here's the issue, with test code: > http://code.go

Re: [appengine-java] StackOverFlowError on JPA Remove() with @OneToMany and abstract base classes.

2009-12-24 Thread Max Ross (Google)
Turns out this is a DataNuc issue so I've filed http://www.datanucleus.org/servlet/jira/browse/NUCCORE-435. On Wed, Dec 23, 2009 at 1:28 PM, Max Ross (Google) < maxr+appeng...@google.com > wrote: > Workaround posted to the bug. Thanks! > > > On Sun, Dec 20, 2009 at 6:22 AM, David Fuelling wrote: