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-monitor/src/main/resources/META-INF/persistence.xml | |
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-monitor/src/main/resources/META-INF/persistence.xml')
-rw-r--r-- | integrity-monitor/src/main/resources/META-INF/persistence.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integrity-monitor/src/main/resources/META-INF/persistence.xml b/integrity-monitor/src/main/resources/META-INF/persistence.xml index 0adaae96..beff1432 100644 --- a/integrity-monitor/src/main/resources/META-INF/persistence.xml +++ b/integrity-monitor/src/main/resources/META-INF/persistence.xml @@ -25,6 +25,7 @@ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> <persistence-unit name="schemaPU" transaction-type="RESOURCE_LOCAL"> <!-- Limited use for generating the DB and schema files for imtest DB - uses hibernate --> + <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> <class>org.onap.policy.common.im.jpa.ImTestEntity</class> <class>org.onap.policy.common.im.jpa.StateManagementEntity</class> <class>org.onap.policy.common.im.jpa.ForwardProgressEntity</class> |