instanceService = new InstanceServiceImpl();
businessProcessService = new BusinessProcessServiceImpl();
taskService = new TaskServiceImpl();
timerService = new TimerServiceImpl();
notifyService = new NotificationServiceImpl();
logger = new StdoutLogService();
userService = new UserServiceImpl();
//for temporary user to test user preference
UserInfo user = new UserInfo("user", "user","user", false);