public void enableOlap() {
IPentahoObjectFactory objectFactory = getFactory();
if ( objectFactory instanceof IPentahoDefinableObjectFactory ) {
define( "connection-MDX", MDXConnection.class.getName(), Scope.LOCAL ); //$NON-NLS-1$
}
addLifecycleListener( new MondrianSystemListener() );
}