1 2 Previous Next 16 Replies Latest reply on Nov 8, 2013 2:27 AM by olpf Go to original post
      • 15. Re: CMT no commit
        smarlow

        Something sounds wrong about the BMT interceptor showing up (maybe your source change didn't get used?) but that is really separate from the NPE in JtaStatusHelper dereferencing the transaction manager when checking transactionManager.getStatus().

         

        Are you back on AS7 or using WildFly?  On AS7 (Hibernate 4.2.4-SNAPSHOT is mentioned above in the exception call stack), you could set a debug breakpoint in JBossAppServerJtaPlatform.  If you are on WildFly, the (hibernate.transaction.jta.platform) class name has changed to "org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform" (which you can switch to in your persistence.xml).

        • 16. Re: CMT no commit
          olpf

          I am using AS7. I cleaned the deployments directory and tmp/vfs and republished in eclipse. Maybe the mixture of Spring JDBC template and JPA causes this...I don't know. With Wildfly the deployment fails.

          1 2 Previous Next