Re: [hibernate-dev] hibernate-infinispan tests

2011-03-04 Thread Galder Zamarreño
In 3.6.x or master? Or both? On Mar 3, 2011, at 9:27 PM, Steve Ebersole wrote: There are currently a bunch of test failures in hibernate-infinispan. Are these expected? I thought they were related to my changes, but i verified that these failures are there even on master. --- Steve

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-04 Thread Galder Zamarreño
Btw, just checked 3.6.x and it looks clean, so maybe something you guys changed in master? On Mar 4, 2011, at 11:12 AM, Galder Zamarreño wrote: In 3.6.x or master? Or both? On Mar 3, 2011, at 9:27 PM, Steve Ebersole wrote: There are currently a bunch of test failures in

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-04 Thread Steve Ebersole
Just on master. I have not verified 3.6. There were quite a few failures prior to my recent merge. I think my recent merge introduced a few more. I just need help tracking down what the cause of these failures are. On Friday, March 04, 2011, at 04:13 am, Galder Zamarreño wrote: Btw, just

Re: [hibernate-dev] hibernate-infinispan tests

2011-03-04 Thread Galder Zamarreño
Ok. I'll have a look to it on Monday. On Mar 4, 2011, at 3:53 PM, Steve Ebersole wrote: Just on master. I have not verified 3.6. There were quite a few failures prior to my recent merge. I think my recent merge introduced a few more. I just need help tracking down what the cause of

Re: [hibernate-dev] Integrating new transaction work.

2011-03-04 Thread Emmanuel Bernard
1. I think I'm fine with that. I never really trusted Hibernate to properly implement this anyways :) 2. is there a isStarted() method or something equivalent for someone to guard against subsequent begin calls? 3. I am neutral. I tend to like b for it's simplicity but a would not bother me

Re: [hibernate-dev] Integrating new transaction work.

2011-03-04 Thread Max Rydahl Andersen
On Mar 4, 2011, at 18:02, Emmanuel Bernard wrote: 1. I think I'm fine with that. I never really trusted Hibernate to properly implement this anyways :) Was nested transactions actually ever possible ? (i know some weird databases support it...just wondering if anyone actually used it ;)