-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6560 from hmislk/Issue#6557
Issue#6557 Closes #6557
- Loading branch information
Showing
5 changed files
with
87 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> | ||
<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"> | ||
<persistence-unit name="hmisPU" transaction-type="JTA"> | ||
|
||
<jta-data-source>jdbc/hims</jta-data-source> | ||
|
||
<exclude-unlisted-classes>false</exclude-unlisted-classes> | ||
<properties> | ||
<property name="eclipselink.logging.level.sql" value="SEVERE"/> | ||
<property name="eclipselink.logging.parameters" value="false"/> | ||
<property name="javax.persistence.schema-generation.database.action" value="create-or-extend-tables"/> | ||
</properties> | ||
</persistence-unit> | ||
<persistence-unit name="hmisAuditPU" transaction-type="JTA"> | ||
|
||
<jta-data-source>jdbc/himsAduit</jta-data-source> | ||
<exclude-unlisted-classes>false</exclude-unlisted-classes> | ||
|
||
<properties> | ||
<property name="eclipselink.logging.level.sql" value="SEVERE"/> | ||
<property name="eclipselink.logging.parameters" value="false"/> | ||
<property name="javax.persistence.schema-generation.database.action" value="create-or-extend-tables"/> | ||
</properties> | ||
</persistence-unit> | ||
</persistence> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters