Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread Steve Ebersole
I agree with Sanne, unfortunately for you. Grails really needs to upgrade to HIbernate4. Heck, Hibernate 5 will probably be out and about before they do... On Fri 27 Jul 2012 12:39:55 PM CDT, thomas fuller wrote: > Hi Sanne, > > It's not so simple otherwise I would. > > I wrote a plugin for t

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread Steve Ebersole
Hi Tphomaz, We could talk about integrating it into the 3.6 branch via pull request. Either way you need to start with a fork and work from there. And even if we don't integrate it back into Hibernate 3.6 branch (thats a dead development branch) you still have a way to make it available. Yo

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread thomas fuller
Hi Sanne, It's not so simple otherwise I would. I wrote a plugin for the Grails framework, to allow developers to use Infinispan in their Grails applications. The trouble is Grails ships with Hibernate version 3.6.10 and I have moved the plugin to version 5.1.0 of Infinispan. Now I could roll bac

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread thomas fuller
Hi Stephen, That's what I thought. I may end up needing to write this. If I do, is this something that could be contributed to the Hibernate-Infinispan module? I ask because, while the audience for this may be somewhat limited, it could prove to be helpful nonetheless. Thanks for your help, Tom

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread Sanne Grinovero
Hi Thomas, I would rather suggest to update Grails to Hibernate 4? I don't know what it takes so I might be totally wrong but at least you would be moving forward. Sanne On Jul 27, 2012 5:04 PM, "Steve Ebersole" wrote: > And yet again... > > On Fri 27 Jul 2012 11:01:07 AM CDT, Steve Ebersole wro

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread Steve Ebersole
And yet again... On Fri 27 Jul 2012 11:01:07 AM CDT, Steve Ebersole wrote: > No, we only maintain a "latest to latest" integration. Maintaining > every possible combo would be way too big of a challenge for a small > open source team. > > But, all the needed code does exist in Git. You'd want to

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread Steve Ebersole
I really dislike Thunderbird sometimes... Sorry recently its been seemingly randomly deciding to send my emails from different "profiles". Which is very annoying when it decides to send it as accounts that do not have access to post to lists I am responding to! Ugh. Anyway, here is the respo

Re: [hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread thomas fuller
Hi Steven, Thanks for your reply. Re: "The Infinispan implementation of the Hibernate RegionFactory SPI is actually done in the org.hibernate:hibernate-infinispan module, not in Infinispan itself unless something drastic has changed there." I agree with this, I think my message was poorly worded

[hibernate-dev] Problem with Infinispan 5.1.5 with Hibernate version 3.6.10.

2012-07-27 Thread thomas fuller
Hi Folks, I am using Infinispan 5.1.5 on Grails 2.1.0, which ships with Hibernate 3.6.10. The problem I am having is that the exception below indicates that an attempt is being made to load org/hibernate/cache/spi/RegionFactory, which is included in Hibernate 4.0.0, whereas Grails 2.1.0 ships wit