rsanchez
2015-01-28 fc256f48aa7e1a378f540fc1fdbde46739ff903c
securis/src/main/resources/META-INF/persistence.xml
....@@ -2,7 +2,7 @@
22 <persistence version="2.0"
33 xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44 xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
5
- <persistence-unit name="localdb" >
5
+ <persistence-unit name="localdb" transaction-type="RESOURCE_LOCAL">
66 <description>SeCuris LocalDB</description>
77 <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
88 <non-jta-data-source>java:comp/env/SeCurisDS</non-jta-data-source>