summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-17 16:23:09 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-06-17 16:23:09 +0200
commit2e73c86564aba467641c87a6e286398343397c65 (patch)
tree466e9e6168f4a5f52b05b9406ea0aadbf9e15eaa /aai-schema-ingest
parentad6cb25387cf7ef22b9dcb34f1eed7009278e9c9 (diff)
Bump aai-common version to 1.14.1
Issue-ID: AAI-3883 Change-Id: If89ec7af4b54462852c5578597112eb371b0c2f6 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r--aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
index cf278060..15b495ad 100644
--- a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
+++ b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
@@ -102,7 +102,7 @@ public class NodeIngestor {
} catch (Exception e) {
LOGGER.error("Error while Processing the translator" + e.getMessage());
- throw new ExceptionInInitializerError("NodeIngestor could not ingest schema");
+ throw new ExceptionInInitializerError(e);
}
}
if (versionContextMap.isEmpty() || schemaPerVersion.isEmpty() || typesPerVersion.isEmpty()) {