Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Gail Badner
See below for status... I could not figure out a way to re-run Hibernate tests using Infinispan 7.2.1.Final without rebuilding source code. I tried `gradle --no-rebuild` but it didn't seem to work. When the source code is rebuilt, there are lots of failures. Anyone have ideas how to do this?

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Gail Badner
Just to let you know, I'm working on the pull request. My plan is to: - merge pull request (still need to review) - re-build/test hibernate-infinispan using Infinispan 6.0.0.Final - manually test hibernate-infinispan using Infinispan 7.2.1.Final [1] - push commit and snapshot - run standalone TCK

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Steve Ebersole
WRT 4.4, no! :) On Mon, May 11, 2015 at 10:52 AM, Sanne Grinovero wrote: > On 11 May 2015 at 16:35, Galder Zamarreño wrote: > > > >> On 11 May 2015, at 17:26, Sanne Grinovero wrote: > >> > >> Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan > 7.2.1.Final ? > >> Was

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Sanne Grinovero
On 11 May 2015 at 16:35, Galder Zamarreño wrote: > >> On 11 May 2015, at 17:26, Sanne Grinovero wrote: >> >> Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan 7.2.1.Final ? >> Was Infinispan 6 friendly to JDK 6 users? > > Yup, Infinispan 6 requires JDK 6, and Infinispan 7 requires JDK

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Galder Zamarreño
> On 11 May 2015, at 17:26, Sanne Grinovero wrote: > > Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan 7.2.1.Final ? > Was Infinispan 6 friendly to JDK 6 users? Yup, Infinispan 6 requires JDK 6, and Infinispan 7 requires JDK7. Also, on top of JDK changes, not sure it'd be a good

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Sanne Grinovero
Any reason to not upgrade Hibernate ORM 4.3 to use Infinispan 7.2.1.Final ? Was Infinispan 6 friendly to JDK 6 users? On 11 May 2015 at 16:23, Galder Zamarreño wrote: > >> On 11 May 2015, at 16:45, Scott Marlow wrote: >> >> Do we need to have a Hibernate ORM continuous integration test setup to

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Galder Zamarreño
> On 11 May 2015, at 16:45, Scott Marlow wrote: > > Do we need to have a Hibernate ORM continuous integration test setup to run > against Infinispan 7.2.1? How about Infinispan 8.x (master?). Or is > ORM/Infinispan already tested as part of the Infinispan CI testing? In this particular case

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Scott Marlow
Do we need to have a Hibernate ORM continuous integration test setup to run against Infinispan 7.2.1? How about Infinispan 8.x (master?). Or is ORM/Infinispan already tested as part of the Infinispan CI testing? On 05/11/2015 04:31 AM, Galder Zamarreño wrote: > Hi Gail, > > I've sent a PR for

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread Sanne Grinovero
Ok, still good to let him know so we don't waste his time ;) On 11 May 2015 at 15:00, andrea boriero wrote: > Hi Sanne, > > the problem seems related to a change made to > JtaTransactionCorrdinatorImp#afterCompletion() so I don't think has any > relation with Galder work, > anyway in case I'll su

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread Steve Ebersole
Yes please. I would like to look over the change as well On May 11, 2015 9:01 AM, "andrea boriero" wrote: > Hi Sanne, > > the problem seems related to a change made to > JtaTransactionCorrdinatorImp#afterCompletion() so I don't think has any > relation with Galder work, > anyway in case I'll sub

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread andrea boriero
Hi Sanne, the problem seems related to a change made to JtaTransactionCorrdinatorImp#afterCompletion() so I don't think has any relation with Galder work, anyway in case I'll submit a pull request :) On 11 May 2015 at 14:54, Sanne Grinovero wrote: > Hi Andrea, > that's great but make sure you w

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread Sanne Grinovero
Hi Andrea, that's great but make sure you work with Galder, he's currently looking at related things I think. Or at least he should review your changes. Sanne On 11 May 2015 at 14:37, andrea boriero wrote: > I have spotted the problem and I'm fixing the infinispan tests. > > On 9 May 2015 at 19:

[hibernate-dev] Two Hibernate Search releases: 5.3.0.Beta1 and 5.2.0.Final

2015-05-11 Thread Sanne Grinovero
Today we announce two Hibernate Search releases, apologies for the delay since these were available last week already but we had some issues with the release platform. Version 5.3.0.Beta1 includes some great improvements with Faceting: - http://in.relation.to/Bloggers/HibernateSearch530Beta1With

Re: [hibernate-dev] How to build Hibernate ORM / master ?

2015-05-11 Thread andrea boriero
I have spotted the problem and I'm fixing the infinispan tests. On 9 May 2015 at 19:23, Steve Ebersole wrote: > I pretty routinely run into problems running the testsuite in infinispan. > Generally the failures are transient. Just try running it again. If it > fails the same again then we have

[hibernate-dev] Hibernate OGM: Multi-Tenancy?

2015-05-11 Thread Sanne Grinovero
As I'm upgrading the Hibernate OGM -> Hibernate Search integration, the new Search SPI explicitly demands a tenant-id on work construction. I suspect more work will be needed for multi-tenancy (at least some tests) so I've opened OGM-821. Might not be too complex? I suspect query results already

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Gail Badner
Hi Galder, I'm not thinking too well atm (it's 2am) and really need to get to sleep. If someone else wants to look it over, push, and get the standalone TCK started, please feel free. Otherwise, I will pick this up first thing tomorrow. Thanks for the pull request! Gail - Original Message

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Galder Zamarreño
Hi Gail, I've sent a PR for 4.3 to fix HHH-9781 and HHH-9776 in a way that it works fine with both Infinispan 7.x and 6.x: https://github.com/hibernate/hibernate-orm/pull/948 Cheers, > On 11 May 2015, at 09:48, Galder Zamarreño wrote: > > Hi Gail, > > Thanks for looking into this. > > For t

[hibernate-dev] Forum down

2015-05-11 Thread Gunnar Morling
Hi, Accessing https://forum.hibernate.org/ gives me an error: SQL ERROR [ mysql4 ] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [2002] Could someone with the right credentials take a look into this? Thanks, --Gunnar

Re: [hibernate-dev] Problems upgrading ORM 4.3 branch to use Infinispan 7.2.1.Final

2015-05-11 Thread Galder Zamarreño
Hi Gail, Thanks for looking into this. For the scope of WF, the XML part is irrelevant since WF does its own configuration parsing, and hence there's no need to make any such changes in ORM 4.3. If someone wants to use ORM 4.3 with Infinispan 7.2.x standalone, then yes, they need to adjust XML