commit | 1885741f27d74104a34cadf1f4d9c73f82c4fcff | [log] [tgz] |
---|---|---|
author | xg353y <xg353y@intl.att.com> | Wed Feb 20 12:45:04 2019 +0100 |
committer | xg353y <xg353y@intl.att.com> | Wed Feb 20 13:47:13 2019 +0100 |
tree | 957923b5bc4ee8b6dfdfb12995b6ef244def0491 | |
parent | 9eb3c7a2fa4f6cace52d49a84123f370babaf57f [diff] [blame] |
Fix the bugs Fix the bugs in tosca model related code, due to the json removal activity. Issue-ID: CLAMP-292 Change-Id: I6306930052b876b1ba8b0e1ce71689d4499e165c Change-Id: I6306930052b876b1ba8b0e1ce71689d4499e165c Signed-off-by: xg353y <xg353y@intl.att.com>
diff --git a/src/main/resources/clds/camel/rest/clds-services.xml b/src/main/resources/clds/camel/rest/clds-services.xml index e4c4f4c..7abffd3 100644 --- a/src/main/resources/clds/camel/rest/clds-services.xml +++ b/src/main/resources/clds/camel/rest/clds-services.xml
@@ -115,6 +115,7 @@ uri="bean:org.onap.clamp.clds.service.CldsToscaService?method=parseToscaModelAndSave(${header.toscaModelName},${body})" /> </put> <get uri="/tosca/models/policyType/{policyType}" + outType="org.onap.clamp.clds.model.CldsToscaModel" produces="application/json"> <to uri="bean:org.onap.clamp.clds.service.CldsToscaService?method=getToscaModelsByPolicyType(${header.policyType})" />