// clearLogBuffer();
// the ejb itself must not implement this interface, else we had to
// define an interface for the whole bean
// and we do not need to pass the ejb proxy to the evaluators...
IStatusListener statusListener = new IStatusListener() {
@Override
public void updateStatus(String msg) {
log.info(msg);
}
};