I've made a backwards-compatible bug fix release candidate available at
http://code.google.com/p/datanucleus-appengine/downloads/list

The release contains a fix for this issue and also renames the config
property to datanucleus.appengine.allowMultipleRelationsOfSameType

Max
On Thu, Dec 10, 2009 at 9:55 AM, David Fuelling <[email protected]> wrote:

> Hmm...looks like I'm not using @MappedSuperclass in my abstract parent
> class.  I'll give that a try and see if it fixes things.
>
> On Dec 9, 8:27 pm, David Fuelling <[email protected]> wrote:
> > Thanks Max!  Just updated to 1.2.8 and ran into this problem.  The
> > workaround looks good, though I think you specified the boolean value
> > wrong if you want to disable this error.  Should be:
> >
> > <property
> > name="datanucleus.appengine.multipleRelationsOfSameTypeAreErrors"
> > value="false"/>
> >
> > In my case, the app builds fine with no Enhancer errors or warnings.
> > However, when I run my app, I'm get the following error when I try to
> > load entities that extend an abstract baseclass:
> >
> > javax.persistence.PersistenceException: Persistentclass"XXXdoes not
> > seem to have been enhanced.
> >
> > "XXX" is an abstractclasssimilar to your "B"classabove.
> >
> > Any ideas?  My abstractclassis not marked as an Entity.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to