ConnectorObject after = null;
try {
final ConnectorFacadeProxy connector = connLoader.getConnector(task.getResource());
if (connector == null) {
throw new NoSuchBeanDefinitionException(String.format(
"Connector instance bean for resource %s not found", task.getResource()));
}
// Try to read user BEFORE any actual operation
before = getRemoteObject(connector, task, false);