Process multi-OXM files
[aai/gizmo.git] / src / main / resources / logging / CrudServiceMsgs.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 PROCESS_REST_REQUEST=\
24             CRD0001I|\
25             Received request {0} {1} from {2}.  Sending response: {3}|\
26             None.  Received the specified REST request from the source specified.|\
27             Received the specified REST request from the source specified, and the CRUD service sent the specified response.    
28
29 INVALID_OXM_FILE=\
30             CRD0002I|\
31             Unable to parse schema file: {0} due to error : {1}\
32             
33 OXM_FILE_CHANGED=\
34             CRD0003I|\
35             OXM file change detected: {0}\
36             
37 STOPPING_CHAMP_DAO=\
38             CRD0004I|\
39             Stopping ChampDAO...
40
41 INVALID_OXM_DIR=\
42             CRD0005I|\
43             Invalid OXM dir: {0}\
44       
45 LOADED_OXM_FILE=\
46             CRD0007I|\
47             Successfully loaded schema: {0}
48
49 EXCEPTION_DURING_METHOD_CALL=\
50             CRD0502E|\
51             Failed to {0} request for {1} due to: {2}|\
52             Check error cause|\
53             Method failed to execute
54
55 OXM_LOAD_ERROR=\
56             CRD0503E|\
57             Unable to load OXM schema: {0}
58 TRANSACTION=\
59             CRD0008I|\
60             TRANSACTION: {0}
61
62 ASYNC_DATA_SERVICE_INFO=\
63             CRD0509I|\
64             AsyncDataService: {0}    
65 ASYNC_DATA_SERVICE_ERROR=\
66             CRD0510E|\
67             AsyncDataService Error: {0}    
68
69 ASYNC_DATA_CACHE_INFO=\
70             CRD0511I|\
71             AsyncDataCache: {0}    
72 ASYNC_DATA_CACHE_ERROR=\
73             CRD0512E|\
74             AsyncDataCache Error: {0}     
75             
76 ASYNC_RESPONSE_CONSUMER_INFO=\
77             CRD0513I|\
78             AsyncResponseConsumer: {0}    
79 ASYNC_RESPONSE_CONSUMER_ERROR=\
80             CRD0514E|\
81             AsyncResponseConsumer Error: {0}
82 SCHEMA_INGEST_LOAD_ERROR=\
83             CRD0900E|\
84             Unable to load schema ingest properties file due to : {0}