This content has been marked as final.
Show 1 reply
-
1. Re: Seam long-running nested transaction isolation with jpa and extended managed persistence
vata2999 May 15, 2016 1:34 AM (in response to ricardo.bento)Are you using @PerNestedConversation?
Limit the scope of a CONVERSATION-scoped component to just the parent conversation in which it was instantiated. The component instance will not be visible to nested child conversations, which will get their own instance. Warning: this is ill-defined, since it implies that a component will be visible for some part of a request cycle, and invisible after that. It is not recommended that applications use this feature!