RE: Ignite as Hibernate L2 Cache

2018-10-15 Thread Stanislav Lukyanov
From: scottmf Sent: 15 октября 2018 г. 22:01 To: user@ignite.apache.org Subject: Re: Ignite as Hibernate L2 Cache hi, I have committed my hibernate-5.2 code to a local repo in github and filed a jira ticket https://issues.apache.org/jira/browse/IGNITE-9893 repo -> https://github.com/scot

Re: Ignite as Hibernate L2 Cache

2018-10-15 Thread scottmf
hi, I have committed my hibernate-5.2 code to a local repo in github and filed a jira ticket https://issues.apache.org/jira/browse/IGNITE-9893 repo -> https://github.com/scottmf/ignite -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite as Hibernate L2 Cache

2018-10-10 Thread Ilya Kasnacheev
Hello! I guess you will have to downgrade to 5.1 then. You can fill a ticket against Apache Ignite JIRA so maybe we support 5.2 too in the future. Regards, -- Ilya Kasnacheev ср, 10 окт. 2018 г. в 7:19, Scott Feldstein : > It’s an AbstractMethodError caused since the library isn’t compiled

Re: Ignite as Hibernate L2 Cache

2018-10-09 Thread Scott Feldstein
It’s an AbstractMethodError caused since the library isn’t compiled with the 5.2 hibernate spec. On Tue, Oct 9, 2018 at 1:23 AM yarden wrote: > Thanks a lot for your answer. > Can you share what was the error you encountered on Hibernate 5.2? > > > > > > -- > Sent from:

RE: Ignite as Hibernate L2 Cache

2018-10-09 Thread Stanislav Lukyanov
@ignite.apache.org Subject: Ignite as Hibernate L2 Cache Hi all, I am trying to configure Ignite as second-level cache in Hibernate. I followed the instructions on this link: https://apacheignite-mix.readme.io/docs/hibernate-l2-cache <https://apacheignite-mix.readme.io/docs/hibernate-l2-cache> But it

Re: Ignite as Hibernate L2 Cache

2018-10-09 Thread yarden
Thanks a lot for your answer. Can you share what was the error you encountered on Hibernate 5.2? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite as Hibernate L2 Cache

2018-10-07 Thread scottmf
Hi, On a slightly different note, I'm going through a similar exercise with Hibernate 5.2.x using Spring. What I've found is that the hibernate_5.1 library provided by Ignite will not work with Hibernate 5.2.x. I just went through the exercise of updating the current library to work with

Ignite as Hibernate L2 Cache

2018-10-07 Thread yarden
exist. Is there anyway to create the Ignite instance as a singleton? Anyway, any example of Ignite as Hibernate L2 Cache for JEE will be a great help. Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Apache Ignite as Hibernate L2 cache

2018-08-13 Thread Ilya Kasnacheev
Hello! There's an epic thread with a lot of examples: http://apache-ignite-users.70518.x6.nabble.com/Hibernate-L2-cache-with-Ignite-How-td22570.html The compatible versions, roughly, seem to be 4.2 and 5.1. Note that since Hibernate is LGPL, you will have to build Ignite modules on your side

Apache Ignite as Hibernate L2 cache

2018-08-12 Thread dpushkar
Hi,Has anyone used Ignite as Hibernate Level 2 cache? If yes then what are the versions of Hibernate and Ignite that are compatible?If someone has used it already, I would appreciate if required configurations are posted here. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/