Re: [hibernate-dev] JSR107 H2LC module

2015-04-10 Thread Alex Snaps
Thanks Steve! I actually might, but I first have to figure how to best do this anyways... maybe I can use the RI for testing, I didn't try... Issue being it can easily deadlock in multithreaded usage. Anyways, just figured out I first need to fix a case issue. Managed to have a file wrongly name: N

Re: [hibernate-dev] JSR107 H2LC module

2015-04-10 Thread Steve Ebersole
I can't really speak to the caching aspect as well as others, but if you need help sorting out the dependencies give me a shout. On Fri, Apr 10, 2015 at 3:25 PM, Alex Snaps wrote: > Hey guys, > I'm not completely, only mostly, done with the JSR-107, aka javax.cache, > aka jcache, 2nd level cache

[hibernate-dev] JSR107 H2LC module

2015-04-10 Thread Alex Snaps
Hey guys, I'm not completely, only mostly, done with the JSR-107, aka javax.cache, aka jcache, 2nd level cache for Hibernate. I still have to sort out the issue with dependencies, where the current hibernate-ehcache module suffers from the new module being added (I use ehcache as the provider for t