diff options
-rw-r--r-- | src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService.route | 2 | ||||
-rw-r--r-- | src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService2.route | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService.route b/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService.route index 4d2f3b6..0be872c 100644 --- a/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService.route +++ b/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService.route @@ -1,6 +1,6 @@ <route xmlns="http://camel.apache.org/schema/spring" trace="true"> <from uri="att-dme2-servlet:///__module_ajsc_namespace_version__/apiKeys?matchOnUriPrefix=true" /> - <to uri="cxfbean:apiKeyService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper" /> + <to uri="cxfbean:apiKeyService?providers=#jacksonProvider,#jsonProvider,#cambriaExMapper,#webExMapper" /> <setBody> <simple>${in.header.exception}</simple> </setBody> diff --git a/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService2.route b/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService2.route index e4a46d6..2d65bc5 100644 --- a/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService2.route +++ b/src/main/ajsc/dmaap_v1/dmaap/v1/routes/apiKeyService2.route @@ -1,6 +1,6 @@ <route xmlns="http://camel.apache.org/schema/spring" trace="true"> <from uri="att-dme2-servlet:///apiKeys?matchOnUriPrefix=true" /> - <to uri="cxfbean:apiKeyService?providers=#jacksonProvider,#cambriaExMapper,#webExMapper" /> + <to uri="cxfbean:apiKeyService?providers=#jacksonProvider,#jsonProvider,#cambriaExMapper,#webExMapper" /> <setBody> <simple>${in.header.exception}</simple> </setBody> |