Re: Data cache does not work in OpenJPA 2.2.2

2014-09-10 Thread olyalikov
I just wanted to post an update about the issue. We made own release of OpenJPA 2.2.2 with merged fix, we use it ~3 months and all goes well (tests ok, performance ok). So if somebody is interested, here are forked and fixed sources: https://github.com/oamp-cms/openjpa, CI job:

RE: Data cache does not work in OpenJPA 2.2.2

2014-06-16 Thread LYALIKOV, Oleg (Oleg)
Message- From: LYALIKOV, Oleg (Oleg) [mailto:oleg.lyali...@alcatel-lucent.com] Sent: Tuesday, May 27, 2014 2:47 PM To: users@openjpa.apache.org Subject: RE: Data cache does not work in OpenJPA 2.2.2 Hi Rick, Yes, it passes with latest 2.4.0-SNAPSHOT, and OpenJPA log file does not contain SQL

Re: Data cache does not work in OpenJPA 2.2.2

2014-06-16 Thread Rick Curtis
27, 2014 2:47 PM To: users@openjpa.apache.org Subject: RE: Data cache does not work in OpenJPA 2.2.2 Hi Rick, Yes, it passes with latest 2.4.0-SNAPSHOT, and OpenJPA log file does not contain SQL queries while executing JPQL query for the second time. So do you know when this fix

RE: Data cache does not work in OpenJPA 2.2.2

2014-05-27 Thread LYALIKOV, Oleg (Oleg)
: Rick Curtis [mailto:curti...@gmail.com] Sent: Tuesday, May 27, 2014 5:12 AM To: users Subject: Re: Data cache does not work in OpenJPA 2.2.2 Does this test pass on trunk? This sounds pretty familiar to a change[1] that I put into trunk. [1] https://issues.apache.org/jira/browse/OPENJPA-2285

RE: Data cache does not work in OpenJPA 2.2.2

2014-05-26 Thread LYALIKOV, Oleg (Oleg)
to be compiled by jdk 7) Thanks, Oleg From: LYALIKOV, Oleg (Oleg) Sent: Monday, May 26, 2014 5:56 PM To: users@openjpa.apache.org Subject: Data cache does not work in OpenJPA 2.2.2 Hello, I have a simple project with several entities and several relations (a little more complex than trivial) and when I

Re: Data cache does not work in OpenJPA 2.2.2

2014-05-26 Thread Rick Curtis
: LYALIKOV, Oleg (Oleg) Sent: Monday, May 26, 2014 5:56 PM To: users@openjpa.apache.org Subject: Data cache does not work in OpenJPA 2.2.2 Hello, I have a simple project with several entities and several relations (a little more complex than trivial) and when I execute query SELECT obj FROM