Re: [hibernate-dev] HHH-10707 - Potential Cache Correctness Issue

2016-05-26 Thread Chris Dennis
Hi All, Quick followup, attached is a test that illustrates how entities can end up using the wrong access modes when they share a region but request different modes. As it happens I think this test is failing because HHH-10649 was never fixed for nonstrict-read-write. This test is derived fr

Re: [hibernate-dev] HHH-10707 - Potential Cache Correctness Issue

2016-05-26 Thread Chris Dennis
Tell a lie… it’s now sensitive to the iteration order of the entityBindingMap (a HashMap) in MetadataImpl. Regardless, modifying that test to give each entity it’s own region causes the non-strict entities to start failing. > On May 26, 2016, at 2:58 PM, Chris Dennis wrote: > > Hi All, > > Q