ApplicationDriver driver = ApplicationDriver
.loadDriver((String) configuration
.get(PropertiesReader.OCE_CFG_DRIVER));
OCApp app = OCApp.getNewInstance();
app.setApplicationDriver(driver);
app.connect(configuration);
return app;
}
public static void main(String[] args) throws IOException, ConfigurationException, JIException {
OCApp app = getConnection();