| When we added Hibernate transaction time out handling for HHH-7910, we only tested for local (ejb) invocations but didn't test with remote invocations. A test case is here that reproduces the error that can occur when remote EJB calls are performed with the same JTA transaction. The thrown error is "org.hibernate.HibernateException: Transaction was rolled back in a different thread!" |