diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-13 14:27:43 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-13 14:27:43 +0100 |
commit | 53a457acc47b9b8d849706b704401e1c917be15c (patch) | |
tree | f912f45b5cc34568a319d645a71e4070f928eb6b /kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml | |
parent | 62927a13cd4b1457d1ebfbd838a4cba145aa9c98 (diff) |
Fix Gizmo crash in OOM
Corrects invalid license section by adding XML compliant comments.
Adds missing edge property json files.
Change-Id: I8f4a5166f802c3bb4b62a8ae22dece0dca45e063
Issue-ID: AAI-1582
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml')
-rw-r--r-- | kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml b/kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml index a507886bfd..48db706b1f 100644 --- a/kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml +++ b/kubernetes/aai/charts/aai-gizmo/resources/config/crud-beans.xml @@ -1,3 +1,4 @@ +<!-- # Copyright © 2018 Amdocs, Bell Canada, AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +--> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |