svcElement.getOperationalStringName(),
svcElement,
instance);
processEvent(event);
ServiceChannel channel = ServiceChannel.getInstance();
channel.broadcast(new ServiceChannelEvent(this, svcElement, ServiceChannelEvent.Type.FAILED));
}
mgrLogger.trace("Redeployment ProvisionRequest for [{}] obtained: {}",
LoggingUtil.getLoggingName(svcElement),
(provRequest==null?"no":"yes"));
if(provRequest == null) {