* Load the application store resources - these may be changed by the
* application store when new descriptors are loaded
*/
MessageResourcesFactory messageResourcesFactory = new CoreMessageResourcesFactory(getClass().getClassLoader());
applicationStoreResources = (CoreMessageResources) messageResourcesFactory
.createResources("com.adito.applications.store.ApplicationResources");
applicationStoreResources.setReturnNull(false);
// finally setup the scheduler
this.getServletContext().setAttribute(StoppableTimer.NAME, new StoppableTimer());