diff options
author | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-05-08 17:20:38 -0400 |
---|---|---|
committer | Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com> | 2017-05-09 09:58:26 -0400 |
commit | 3e372947d497014b4aad4c2c1d04d6c50a74e2e0 (patch) | |
tree | 8f5d2ac85f9e1f92b26f0b7f94cd6c3ae69f8d67 /src/main/resources | |
parent | 42fcf3b1aff3efea329b61f1d5cc561d9a2490ae (diff) |
Initial OpenECOMP Data Router Core commit
Change-Id: Iee15b2f7870476eb48e4fb95f2564d3377749c6b
Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/resources')
3 files changed, 36 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/services/org/apache/camel/component/event-bus b/src/main/resources/META-INF/services/org/apache/camel/component/event-bus new file mode 100644 index 0000000..8256ed6 --- /dev/null +++ b/src/main/resources/META-INF/services/org/apache/camel/component/event-bus @@ -0,0 +1 @@ +class=org.openecomp.event.EventBusComponent diff --git a/src/main/resources/META-INF/services/org/apache/camel/component/rest-client b/src/main/resources/META-INF/services/org/apache/camel/component/rest-client new file mode 100644 index 0000000..493eb1f --- /dev/null +++ b/src/main/resources/META-INF/services/org/apache/camel/component/rest-client @@ -0,0 +1 @@ +class=org.openecomp.rest.RestClientComponent diff --git a/src/main/resources/logging/RouterCoreMsgs.properties b/src/main/resources/logging/RouterCoreMsgs.properties new file mode 100644 index 0000000..5c8c183 --- /dev/null +++ b/src/main/resources/logging/RouterCoreMsgs.properties @@ -0,0 +1,34 @@ +#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=\ +# ERR0000E\ +# 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 +# +######################################################################## + + +PROCESS_EVENT=\ + AC0001I|\ + Processed event from topic {0}. Result: {1} + +EVENT_PROCESSING_EXCEPTION=\ + AC0501E|\ + Could not process request from event bus due to the following exception: {0} + +EVENT_CONSUMER_CREATION_EXCEPTION=\ + AC0502E|\ + Could not create event consumer due to the following exception: {0}
\ No newline at end of file |