X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fcore%2Fsrc%2Fmain%2Fkotlin%2Forg%2Fonap%2Fccsdk%2Fapps%2Fcontrollerblueprints%2Fcore%2Fservice%2FPropertyAssignmentService.kt;h=36c141f5e7abc2cb98ccde1ff4595145b5eecf5b;hb=4836b1ed3ebfa56b45f6f08951204b0a5d5187b5;hp=947eb41e04e350f90cb5f5ccceb6004816f4af0f;hpb=3cb968034e410bd19c1e822605ec2dc2c487e66a;p=ccsdk%2Fapps.git diff --git a/components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/PropertyAssignmentService.kt b/components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/PropertyAssignmentService.kt index 947eb41e..36c141f5 100644 --- a/components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/PropertyAssignmentService.kt +++ b/components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/PropertyAssignmentService.kt @@ -197,8 +197,7 @@ If Property Assignment is Expression. } fun artifactContent(artifactDefinition: ArtifactDefinition): String { - val bluePrintBasePath: String = bluePrintRuntimeService.get(BluePrintConstants.PROPERTY_BLUEPRINT_BASE_PATH)?.asText() - ?: throw BluePrintException("failed to get property (${BluePrintConstants.PROPERTY_BLUEPRINT_BASE_PATH}) from getStore") + val bluePrintBasePath: String = bluePrintContext.rootPath if (artifactDefinition.repository != null) { TODO()