protected void setUp() throws Exception {
super.setUp();
// create the basic services
instanceService = new InstanceServiceImpl();
tokenService = new TokenServiceImpl();
bpService = new BusinessProcessServiceImpl();
timerService = new TimerServiceImpl();
taskService = new TaskServiceImpl();
// create a custom message processor that will allow us access to the EngineMessage
msgProcessor = new MessageProcessor() {