rename jpa persistence file 13/105713/1
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 9 Apr 2020 18:31:38 +0000 (13:31 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 9 Apr 2020 18:35:04 +0000 (13:35 -0500)
commitf9f55b74950a2fb39f76209c5392676d3e4d0e77
treefd4d12eaa7c4ce8465e4c52ba30f55392c9afe2f
parenta2ca5ed5782f32ca54d14ffde2cbcfa0e4c3fea3
rename jpa persistence file

After inspecting the fat jar generated by brmsgw, noticed that
the persistence.xml included from here it was overriden by another
one, therefore the persistence unit was not available.   This
may solve the issue for the brmsgw, as with a far jar build, there
are the risks of collisions such as this of files with the same
name.

Issue-ID: POLICY-2471
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I91cf2b6d3d2f5086d77795e08800ca96d984c214
integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java
integrity-monitor/src/main/resources/META-INF/persistenceIM.xml [moved from integrity-monitor/src/main/resources/META-INF/persistence.xml with 100% similarity]
integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java