3d81571774c969118094ffa08864d37f94b76571
[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 LOADED_DB_RULE_FILE=\
50             CRD00014I|\
51             Successfully loaded DB Edge Rule and Edge Properties for: {0}
52
53 EXCEPTION_DURING_METHOD_CALL=\
54             CRD0502E|\
55             Failed to {0} request for {1} due to: {2}|\
56             Check error cause|\
57             Method failed to execute
58
59 OXM_LOAD_ERROR=\
60             CRD0503E|\
61             Unable to load OXM schema: {0}
62 TRANSACTION=\
63             CRD0008I|\
64             TRANSACTION: {0}
65
66 ASYNC_DATA_SERVICE_INFO=\
67             CRD0509I|\
68             AsyncDataService: {0}    
69 ASYNC_DATA_SERVICE_ERROR=\
70             CRD0510E|\
71             AsyncDataService Error: {0}    
72
73 ASYNC_DATA_CACHE_INFO=\
74             CRD0511I|\
75             AsyncDataCache: {0}    
76 ASYNC_DATA_CACHE_ERROR=\
77             CRD0512E|\
78             AsyncDataCache Error: {0}     
79             
80 ASYNC_RESPONSE_CONSUMER_INFO=\
81             CRD0513I|\
82             AsyncResponseConsumer: {0}    
83 ASYNC_RESPONSE_CONSUMER_ERROR=\
84             CRD0514E|\
85             AsyncResponseConsumer Error: {0}
86 SCHEMA_INGEST_LOAD_ERROR=\
87             CRD0900E|\
88             Unable to load schema ingest properties file due to : {0}