[hibernate-commits] [hibernate/hibernate-orm] 88a6e4: HHH-9760 - TransactionImpl itself should not be th...

GitHub noreply at github.com
Fri May 8 14:08:13 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 88a6e4ba2776f1fe6dc3bfa548244c0eef57ed5b
      https://github.com/hibernate/hibernate-orm/commit/88a6e4ba2776f1fe6dc3bfa548244c0eef57ed5b
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2015-05-08 (Fri, 08 May 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionObserver.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/resource/jdbc/spi/JdbcSessionOwner.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jdbc/internal/JdbcResourceLocalTransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/JtaTransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/synchronization/SynchronizationCallbackCoordinatorNonTrackingImpl.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/synchronization/SynchronizationCallbackCoordinatorTrackingImpl.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/synchronization/SynchronizationCallbackTarget.java
    M hibernate-core/src/main/java/org/hibernate/resource/transaction/spi/TransactionCoordinatorOwner.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/common/JournalingTransactionObserver.java
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
    M hibernate-core/src/test/java/org/hibernate/test/resource/transaction/jdbc/TransactionCoordinatorOwnerTestingImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/resource/transaction/jta/TransactionCoordinatorOwnerTestingImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/beanvalidation/BeanValidationTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/transaction/TransactionRolledBackInDifferentThreadTest.java

  Log Message:
  -----------
  HHH-9760 - TransactionImpl itself should not be throwing new TransactionExceptions




More information about the hibernate-commits mailing list