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 ;) b

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 much

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

2011-03-03 Thread John Verhaeg
The first 2 sound great to me - both match how transactions work in Teiid. I'd also agree with option a) on the third. JPAV ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

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

2011-03-03 Thread Hardy Ferentschik
Thanks for the heads up. Nice with some real examples also :-) On Thu, 03 Mar 2011 17:44:10 +0100, Steve Ebersole wrote: > I have run across a few decisions while integrating the new transaction > work. > > The first 2 are descisions I made while developing the new code that I > wanted > t