aboutsummaryrefslogtreecommitdiffstats
path: root/aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2017-08-30 10:21:33 -0400
committerShwetank Dave <shwetank.dave@amdocs.com>2017-08-30 12:13:53 -0400
commit5113e565c89332abfb91d586fd05abfbfed466ae (patch)
tree9a453c063cff25888b65525f8acb9b8fe32b82dc /aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties
parent8dd94f5ef470840a9f58db22c38349914ff27d5f (diff)
Added aai-utils and OXM Model Loader functionality
Issue-ID: AAI-245  Change-Id: Ic982cc07dd76e8a931d4f725ca4e71f2db7ef8a2 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties')
-rw-r--r--aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties40
1 files changed, 40 insertions, 0 deletions
diff --git a/aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties b/aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties
new file mode 100644
index 00000000..d4a5559f
--- /dev/null
+++ b/aai-utils/src/main/resources/oxm/OxmModelLoaderMsgs.properties
@@ -0,0 +1,40 @@
+#Resource key=Error Code|Message text|Resolution text |Description text
+#######
+#Newlines can be utilized to add some clarity ensuring continuing line
+#has atleast one leading space
+#ResourceKey=\
+# CA0000E\
+# Sample error msg txt\
+# Sample resolution msg\
+# Sample description txt
+#
+######
+#Error code classification category
+#000 Info/Debug
+#100 Permission errors
+#200 Availability errors/Timeouts
+#300 Data errors
+#400 Schema Interface type/validation errors
+#500 Business process errors
+#900 Unknown errors
+#
+########################################################################
+
+INVALID_OXM_FILE=\
+ CRD0002I|\
+ Unable to parse schema file: {0} due to error : {1}\
+
+OXM_FILE_CHANGED=\
+ CRD0003I|\
+ OXM file change detected: {0}\
+
+INVALID_OXM_DIR=\
+ CRD0005I|\
+ Invalid OXM dir: {0}\
+
+LOADED_OXM_FILE=\
+ CRD0007I|\
+ Successfully loaded schema: {0}
+OXM_LOAD_ERROR=\
+ CRD0503E|\
+ Unable to load OXM schema: {0}