[AAI-26] Adding gizmo data to the repository.
[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 INSTANTIATE_GRAPH_DAO=\
46             CRD0006I|\
47             Instantiate data access layer for graph data store type: {0} graph: {1} using hosts: {2}
48
49 LOADED_OXM_FILE=\
50             CRD0007I|\
51             Successfully loaded schema: {0}
52
53 INVALID_GRAPH_BACKEND=\
54             CRD0301E|\
55             Unsupported graph database {0} specified.
56
57 INSTANTIATE_GRAPH_BACKEND_ERR=\
58             CRD0302E|\
59             Failure instantiating {0} graph database backend.  Cause: {1}           
60
61 EXCEPTION_DURING_METHOD_CALL=\
62             CRD0502E|\
63             Failed to {0} request for {1} due to: {2}|\
64             Check error cause|\
65             Method failed to execute
66
67 OXM_LOAD_ERROR=\
68             CRD0503E|\
69             Unable to load OXM schema: {0}
70
71
72 TITAN_GRAPH_INFO=\
73             CRD0504I|\
74             Titan Graph Info: {0}
75