Re: [hibernate-dev] OGM-933 - PostLoad annotation support test

2015-11-30 Thread Gunnar Morling
Hi David, Cool, thanks a lot for working on this! I suppose there are no tests for lifecycle events yet, as those that are working, do so "incidentally" by inheriting the relevant code paths from Hibernate OGM. +1 for adding at test for PostLoad as that's triggered by our own loader. Package-wise

Re: [hibernate-dev] OGM-933 - PostLoad annotation support test

2015-11-30 Thread David Williams
Hi Gunnar, That works for me. My plan is to create an OGM counterpart (under backendtck) to the PostLoadTest in ORM. Thanks, Dave. On Mon, Nov 30, 2015 at 4:59 AM, Gunnar Morling wrote: > Hi David, > > Cool, thanks a lot for working on this! I suppose there are no tests > for lifecycle events

Re: [hibernate-dev] Why does Hibernate has aggressive connection releasing for JTA

2015-11-30 Thread Steve Ebersole
I'd like to test this later using the ConnectionAcquitionMode. In theory this should led to zero overhead for real applications. P.S. I had to remove your image as the mailing list does not accept attachments. On Thu, Nov 19, 2015 at 1:11 AM Vlad Mihalcea wrote: > I wrote a test to replicate t