if (params != null
&& params.get(PropertiesReader.OCE_CFG_DRIVER) != null) {
driver = ApplicationDriver.loadDriver((String) params
.get(PropertiesReader.OCE_CFG_DRIVER));
if (driver == null) {
driver = new DefaultApplicationDriver();
}
}
OCApp app = OCApp.getNewInstance();