securis/src/main/resources/META-INF/persistence.xml
.. .. @@ -5,7 +5,8 @@ 5 5 <persistence-unit name="localdb" transaction-type="RESOURCE_LOCAL"> 6 6 <description>SeCuris LocalDB</description> 7 7 <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> 8 -8 + <shared-cache-mode>NONE</shared-cache-mode>9 +9 10 <!-- <jta-data-source>java:comp/env/jdbc/SeCurisDS</jta-data-source> 10 11 --> 11 12 <!-- <class>net.curisit.securis.db.UserSettingsUnits</class> -->