Re: IGNITE - 4760 : working in hibernate module

2017-04-06 Thread Вадим Опольский
Denis, review please this test. The problem was recreated in the updating part ( //updating ). https://github.com/vadopolski/ignite/pull/1/files Changes supposed by Cameron Braid in threadLocalForCache method doesn't make the test successfully e

Re: IGNITE - 4760 : working in hibernate module

2017-04-05 Thread Denis Magda
> How to reproduce situation when updates can be recorded to another region? Don’t you just need to define multiple caches that will be mapped to Hibernate regions and initiate a transaction that updates several regions (caches) at once? — Denis > On Apr 3, 2017, at 10:39 AM, Вадим Опольский

Re: IGNITE - 4760 : working in hibernate module

2017-04-03 Thread Вадим Опольский
Hello everyone! I added some change to method threadLocalForCache and added test testEntityCacheNonStrictFails. How to reproduce situation when updates can be recorded to another region? https://github.com/vadopolski/ignite/blob/5aa25f3830fef14ac507ed73872d62b2969a7411/modules/hibernate/src/mai

Re: IGNITE - 4760 : working in hibernate module

2017-03-28 Thread Вадим Опольский
Denis, thank you for instruction. I've successfully applied it: 1) cloned project by my fork - https://github.com/vadopolski/ignite 2) created project from existing sources 3) built it - mvn clean package -DskipTests -Prelease,lgpl 4) created module from existing sources (import module from exter

Re: IGNITE - 4760 : working in hibernate module

2017-03-27 Thread Denis Magda
Vadim, What IDE do you use? My recommendation would be to set up everything let’s say under IntellijIDEA or Eclipse and after that trying to compile from a terminal. This is how you can easily prepare the dev env in IntellijIDEA: https://cwiki.apache.org/confluence/display/IGNITE/Project+Setup

Re: IGNITE - 4760 : working in hibernate module

2017-03-27 Thread Вадим Опольский
Valentin, OK. To enabled it in my environment I done next: - built project with command - mvn clean package -DskipTests -Prelease,lgpl - added folder hibernate to modules in project structure - added library to dependencies (without it import doesn't working) After that I have a lot of error, for