summaryrefslogtreecommitdiffstats
path: root/feature-state-management/src/test/resources/META-INF/persistence.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-02-26 00:46:09 -0500
committerJim Hahn <jrh3@att.com>2020-02-26 00:52:51 -0500
commita0a97b52416729cc9bc6da6d43c3bd03b29faa96 (patch)
treeb1b42b3655cda0c45e598f292289be0f2e665ed8 /feature-state-management/src/test/resources/META-INF/persistence.xml
parent46523eee161e53f7aaf0e52978aa8834b6df82c5 (diff)
Reapply SQL output feature-state-mgt
Just need to keep the memory DB open until the test completes. Issue-ID: POLICY-2381 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I7833a66d86ea12e46460b37f695c8b4d938a9077
Diffstat (limited to 'feature-state-management/src/test/resources/META-INF/persistence.xml')
-rw-r--r--feature-state-management/src/test/resources/META-INF/persistence.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/feature-state-management/src/test/resources/META-INF/persistence.xml b/feature-state-management/src/test/resources/META-INF/persistence.xml
index 24dabe1d..c96d8b64 100644
--- a/feature-state-management/src/test/resources/META-INF/persistence.xml
+++ b/feature-state-management/src/test/resources/META-INF/persistence.xml
@@ -3,14 +3,14 @@
============LICENSE_START=======================================================
feature-state-management
================================================================================
- Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018, 2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -40,10 +40,10 @@
value="drop-and-create" />
<property
name="javax.persistence.schema-generation.scripts.create-target"
- value="./sql/generatedCreateStateManagement.ddl" />
+ value="target/classes/META-INF/generatedCreateStateManagement.ddl" />
<property
name="javax.persistence.schema-generation.scripts.drop-target"
- value="./sql/generatedDropStateManagement.ddl" />
+ value="target/classes/META-INF/generatedDropStateManagement.ddl" />
</properties>
</persistence-unit>