log.setLevel(Level.DEBUG);
Context context = null;
try
{
DSpace dspace = new DSpace();
StatSubscribeService service = dspace.getServiceManager()
.getServiceByName("statSubscribeService",
StatSubscribeService.class);
context = new Context();
processDaily(dspace, service, context, freq, test);