the path of the implementation under interfaces points to a non-existing path
Change-Id: Iec0c2119c405bf14a1ddec99a0462f29b91f8ea3
Issue-ID: SDC-2377
Signed-off-by: Mojahidul Islam <mojahidul.islam@amdocs.com>
             // Service Proxy is only in Node Template interface
             if(componentInstance != null) {
                 return createOperationArtifactPathInService(componentInstance.getToscaComponentName()
-                                                                    + "_v" + component.getVersion(), operation);
+                                                                    + "_v" + componentInstance.getComponentVersion(), operation);
             }
             // Resource Instance is part of Node Type interface
             else {
 
         component.setVersion("1.0");
         ComponentInstance componentInstance = new ComponentInstance();
         componentInstance.setToscaComponentName("org.openecomp.resource.vf.TestResource");
+        componentInstance.setComponentVersion("1.0");
         final OperationDataDefinition op = new OperationDataDefinition();
         final ArtifactDataDefinition implementation = new ArtifactDataDefinition();
         implementation.setArtifactName("createBPMN.bpmn");