diff options
author | shrikantawachar <shrikant.awachar@amdocs.com> | 2018-03-23 16:20:09 +0530 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-03-26 11:32:39 +0000 |
commit | 6cc3acdc6d3140a8f702939568ab4c7cda06beaa (patch) | |
tree | 8b4a4fdaca000304a7a207707e69cbad3befebc0 /services/activity-spec/activity-spec-web/activity-spec-war/src | |
parent | ed12890b0bb0c07acd3eb7bcbd10bfcca3046a2b (diff) |
Enhance Activity Spec Update error messages
Updating error messages
Change-Id: I5660e5ba773141db3df440eb94e0b6aa521dbc73
Issue-ID: SDC-1048
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'services/activity-spec/activity-spec-web/activity-spec-war/src')
-rw-r--r-- | services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml index 3d79d1e305..2e29f12a6a 100644 --- a/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml +++ b/services/activity-spec/activity-spec-web/activity-spec-war/src/main/webapp/WEB-INF/beans-services.xml @@ -38,7 +38,7 @@ <jaxrs:providers> <ref bean="jsonProvider"/> - <bean class="org.openecomp.sdcrests.errors.DefaultExceptionMapper"/> + <bean class="org.openecomp.activityspec.errors.DefaultExceptionMapper"/> </jaxrs:providers> </jaxrs:server> |