diff --git a/src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java b/src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java
index 286db4b1aee522cf1eeae3cf6b4aed35eabbcccd..8809c08d663d564d9efca7ae97eb55250cf0f91b 100644
--- a/src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java
+++ b/src/main/java/org/etsi/osl/osom/management/MetricoOrchestrationCheckDeploymentService.java
@@ -69,7 +69,7 @@ public class MetricoOrchestrationCheckDeploymentService implements JavaDelegate
         }
         @Valid
         ServiceStateType currentState = aService.getState();
-        ServiceStateType nextState = aService.findNextStateBasedOnSupportingResources(rlist);
+        ServiceStateType nextState = aService.findNextStateBasedOnResourceList(rlist);
 
         if (!currentState.equals(nextState)) {
             supd.setState( nextState );