Hi,

I changed Owned one-to-many relationship to Unowned one-to-many but still
getting same error. I have explained it here -
http://groups.google.com/group/google-appengine-java/browse_thread/thread/ed5ab46f0f0be3f7

2010/1/13 Jason (Google) <[email protected]>

> Hi Prashant. Please paste your persistent classes and the code that you're
> using to detach the parent and children. In particular, I'd like to see
> whether you are using the following annotation in your JDO classes:
>
> @PersistenceCapable(identityType=IdentityType.APPLICATION,
> detachable="true")
>
> - Jason
>
> On Sun, Jan 10, 2010 at 4:34 AM, Prashant Gupta <[email protected]>wrote:
>
>> Hi,
>>
>> I am getting this exception while trying to detach an entity of type xxx 
>> having a list of PersistentCapable entity of type zzz as its child. In 
>> short, I am getting this exception while detaching parent entity of a one to 
>> many owned relationship. Please help me to find out what to do to make it 
>> work. I already tried detaching child entities (using pm.detachCopyAll) 
>> before detaching parent entity but it doesn't work.
>>
>> Thanks
>>
>>
>> --
>> 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]<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