Hello everybody!
Cameron write please. How did you recreated mistake that the wrong
regions/caches were being updated?
I tried to do it in HibernateL2CacheConfigurationSelfTest.java -
testEntityCacheNonStrictFails.
After:
e2forUpdate.setName("XXX");
session.update(e2forUpdate);
Both reg
Hi,
Thank you for reporting this bug, but it seems fix you suggested will not
work for HibernateReadWriteAccessStrategy since single thread local is
needed to use single cross-cache transaction.
I created JIRA issue: https://issues.apache.org/jira/browse/IGNITE-4760.
Thanks!
On Sun, Feb 26, 201
Hello, Cameron,
Thanks for reporting this.
*Sam*, could you confirm that this is a valid fix or suggest a proper one
filing a JIRA issue?
—
Denis
> On Feb 26, 2017, at 1:25 AM, Cameron Braid wrote:
>
> I have just discovered that the ignite hibernate layer 2 cache region
> factory does somet