if (logger.isInfoEnabled())
{
logger.info("Monitoring for hot-deployment: " + new File(absoluteResourcePaths [0]));
}
final AbstractFileWatcher watcher = new ConfigFileWatcher(new File(absoluteResourcePaths [0]));
// register a config monitor only after context has started, as it may take some time
muleContext.registerListener(new MuleContextNotificationListener<MuleContextNotification>()
{
@Override