fixed broken persistence settings

This commit is contained in:
2019-01-18 16:47:32 +01:00
parent 37290a2ed7
commit 48a6ca9231
3 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
<persistence-unit name="accountPu" transaction-type="RESOURCE_LOCAL">
<persistence-unit name="accountPu" transaction-type="JTA">
<jta-data-source>java:/jboss/accountDs</jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<shared-cache-mode>ENABLE_SELECTIVE</shared-cache-mode>
<properties>