Re: [hibernate-dev] JdbcSession proposal

2014-08-05 Thread Scott Marlow
More in-line below. On 08/05/2014 10:52 AM, Scott Marlow wrote: > Steve, > > This is the test case that I was talking about on IRC. It simulates > what happens when several remote EJB calls occur using the same JTA > transaction. This case is probably common enough that we should solve it. > > T

Re: [hibernate-dev] JdbcSession proposal

2014-08-05 Thread Scott Marlow
Steve, This is the test case that I was talking about on IRC. It simulates what happens when several remote EJB calls occur using the same JTA transaction. This case is probably common enough that we should solve it. The workaround is to set hibernate.jta.track_by_thread=false. On 06/24/20