Hi guys, Shouldn't this property setting turn off the proxy usage? <property name="openjpa.ProxyManager" value="TrackChanges=false"/>
That's the way I read the documentation, but it doesn't seem to work that way. We still get the proxies created. Actually, I don't see much difference in processing whether this is set to True or False. Is this a bug, or am I reading the documentation wrong? Thanks, Kevin On Tue, Jun 14, 2011 at 7:53 PM, Rick Curtis <[email protected]> wrote: > Aren't proxies also used to track changes while a persistence context is > active? > > Rick Curtis >
