axisConfig.removeFaultyService(jsFilePath);
return;
}
if (service != null) {
// Unscheduling all the functions scheduled by this service
FunctionSchedulingManager functionSchedulingManager =
FunctionSchedulingManager.getInstance();
functionSchedulingManager.deleteTasks(service.getName(), configCtx);
/*
If a mashup had specified a function to be called on undeployment
(Service LifeCycle support) we need to call it on service undeployment.
The deployer adds a parameter to the axisService specifying which function to