Thanks Andrey,
context.uncommittedObjects() is a good idea.
I have also thought to get rid of child context and conversions using transaction when a session needs it . I will look
documentation about this ...
Regards
Pierre
----- Original Message -----
From: "Razumovsky Andrey" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, March 23, 2008 11:01 AM
Subject: Re: Re[2]: Child context for Web App
Hi again, Pierre!
I think i finally understood your problem, forget all i said about nested
contexts :)
PG> It seems to me that if you want to make relations between objects, they
have to be in the same context.
Not 100% sure, but i think so. For workaround, you need that localObject()
method.
PG> Do I have to make all these object's conversions (from parent to child
context and back) or is there a shortcut ?
I don't know about any. Still, you can use context.uncommittedObjects() method to obtain collection of
created/deleted/modified objects and easily iterate through it. I don't see any problems here.
Regards,
Andrey