}
else {
log.warn("You have not specified a list of " + platformType + " paths to scan. Please add a " + platformType.toLowerCase() + ".dataPaths property in notification.properties if you wish to track this platform");
}
NotificationRequestManager nrm = (NotificationRequestManager)context.getBean("notificationRequestManager");
nrm.setApplicationContext(context);
nrm.setDataPaths(allDataPaths);
}
}
catch (FileNotFoundException e) {
log.error("Cannot find a notification.properties file in the same directory as the notification jar. Please add one");
}