File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<persistence version =" 2.2" xmlns =" http://java.sun.com/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_2.xsd" >
3
3
<persistence-unit name =" hmisPU" transaction-type =" JTA" >
4
4
<provider >org.eclipse.persistence.jpa.PersistenceProvider</provider >
5
- <jta-data-source >jdbc/hmisSL </jta-data-source >
5
+ <jta-data-source >${JDBC_DATASOURCE} </jta-data-source >
6
6
<exclude-unlisted-classes >false</exclude-unlisted-classes >
7
7
<properties >
8
8
<property name =" eclipselink.logging.level.sql" value =" SEVERE" />
13
13
</properties >
14
14
</persistence-unit >
15
15
<persistence-unit name =" hmisAuditPU" transaction-type =" JTA" >
16
- <jta-data-source >jdbc/hmisaudit </jta-data-source >
16
+ <jta-data-source >${JDBC_AUDIT_DATASOURCE} </jta-data-source >
17
17
<exclude-unlisted-classes >false</exclude-unlisted-classes >
18
18
<properties >
19
19
<property name =" eclipselink.logging.level.sql" value =" SEVERE" />
You can’t perform that action at this time.
0 commit comments