diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-12-14 10:05:49 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-12-18 17:36:43 +0000 |
commit | 7d3f5bfd2e4fefe02c7f2fcf59981bb33f026419 (patch) | |
tree | 3eae2bb6ce22f335c180791de3c3d36b1a984d95 /integrity-audit | |
parent | 0813b37bd1f7421f1a777fdaff0e05f9b035fa32 (diff) |
Apply lower case to any topics to be compatible with Kafka.
Issue-ID: POLICY-4402
Change-Id: Iebaec5f52a1fa0feb881ccfcb5319bc8a951b496
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'integrity-audit')
-rw-r--r-- | integrity-audit/src/main/resources/META-INF/persistence.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrity-audit/src/main/resources/META-INF/persistence.xml b/integrity-audit/src/main/resources/META-INF/persistence.xml index 3a7fdd7f..63fea7b1 100644 --- a/integrity-audit/src/main/resources/META-INF/persistence.xml +++ b/integrity-audit/src/main/resources/META-INF/persistence.xml @@ -37,6 +37,7 @@ <persistence-unit name="integrityAuditPU" transaction-type="RESOURCE_LOCAL"> <!-- For operational use --> + <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> <class>org.onap.policy.common.ia.jpa.IntegrityAuditEntity</class> <shared-cache-mode>NONE</shared-cache-mode> <properties> |