Commenting TOSCA_CSAR as we are not listening to 99/16399/4
authormojahidi <mojahidul.islam@amdocs.com>
Thu, 28 Sep 2017 12:56:05 +0000 (18:26 +0530)
committerPatrick Brady <pb071s@att.com>
Thu, 28 Sep 2017 18:46:49 +0000 (18:46 +0000)
 As APP-C is not listening to this artifact type it should not send back NOTIFIED status back to SDC application

 Issue-ID:APPC-245

Change-Id: I8b4f4b18047181aad9017264136cc5fb054305c9
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
appc-sdc-listener/appc-sdc-listener-bundle/src/main/java/org/openecomp/appc/sdc/listener/SdcConfig.java

index 17d2eb7..37b32d9 100644 (file)
@@ -107,7 +107,7 @@ public class SdcConfig implements IConfiguration {
         */
         types.add("APPC_CONFIG");
         types.add("VF_LICENSE");
-        types.add("TOSCA_CSAR");
+       // types.add("TOSCA_CSAR"); commenting it out as we are not listening to TOSCA_CSAR
 
         storeOp = new URI(props.getProperty("appc.sdc.provider.url"));
     }