You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Dain Sundstrom <da...@iq80.com> on 2007/01/11 21:40:16 UTC

persistence-context-ref

I committed an implemented persistence-context-refs and added some  
tests.  They appear to be working, but next I'm going to hook the CMP  
container up to them to really stress this code. Currently, wrote  
support for extended context but didn't wire them into the stateful  
session bean container yet.

If you are using JPA, I suggest you switch your code to use context  
refs instead of unit refs because the latter are not shared across  
components leading to cache incoherence.

-dain

Re: persistence-context-ref

Posted by Dain Sundstrom <da...@iq80.com>.
On Jan 11, 2007, at 12:40 PM, Dain Sundstrom wrote:

> next I'm going to hook the CMP container up to them to really  
> stress this code.

Just committed that change.  Worked perfectly the first time :)

-dain