09-23-2010 04:22 AM
09-24-2010 08:50 AM
this.statementMappings = databaseSpecificStatements.get(processEngineConfiguration.getDatabaseName());
followed by:
DataSource dataSource = processEngineConfiguration.getDataSource();
if (dataSource==null) {
String jdbcDriver = processEngineConfiguration.getJdbcDriver();
String jdbcUrl = processEngineConfiguration.getJdbcUrl();
…
09-27-2010 02:49 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.