Browse Source

Changed to RESOURCE_LOCAL transaction management.

Raphael A. Bauer 11 years ago
parent
commit
2647b7104f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ninja-resin/src/main/resources/META-INF/persistence.xml

+ 1 - 1
ninja-resin/src/main/resources/META-INF/persistence.xml

@@ -5,7 +5,7 @@
              version="2.0">
     
     <!-- Resin datasource -->
-    <persistence-unit name="resin" transaction-type="JTA">
+    <persistence-unit name="resin" transaction-type="RESOURCE_LOCAL">
         <!--provider>org.hibernate.jpa.HibernatePersistenceProvider</provider-->
         <jta-data-source>java:comp/env/jdbc/hello_world</jta-data-source>
         <shared-cache-mode>NONE</shared-cache-mode>