Added aai-utils and OXM Model Loader functionality
[aai/aai-common.git] / aai-utils / src / main / resources / oxm / OxmModelLoaderMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             CA0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000     Info/Debug
14 #100    Permission errors
15 #200    Availability errors/Timeouts
16 #300    Data errors
17 #400    Schema Interface type/validation errors
18 #500    Business process errors
19 #900    Unknown errors
20 #
21 ########################################################################
22
23 INVALID_OXM_FILE=\
24             CRD0002I|\
25             Unable to parse schema file: {0} due to error : {1}\
26             
27 OXM_FILE_CHANGED=\
28             CRD0003I|\
29             OXM file change detected: {0}\
30         
31 INVALID_OXM_DIR=\
32             CRD0005I|\
33             Invalid OXM dir: {0}\
34       
35 LOADED_OXM_FILE=\
36             CRD0007I|\
37             Successfully loaded schema: {0}
38 OXM_LOAD_ERROR=\
39             CRD0503E|\
40             Unable to load OXM schema: {0}