return eventDirector;
}
protected void doInit() throws Exception {
BPEProperties props = BPEProperties.getCachedProperties();
props.load(getClass().getClassLoader().getResourceAsStream(IM_ENGINE_PROPERTY_FILE_NAME));
eventDirector = EventDirectorFactory.createEventDirector(props);
super.doInit();
}
}