DataSourceInformation dataSourceInformation = new DataSourceInformation();
dataSourceInformation.setDriver(getValue(pool, DRIVER_Q));
dataSourceInformation.setUrl(getValue(pool, URL_Q));
SecretInformation secretInformation = new SecretInformation();
secretInformation.setUser(getValue(pool, USER_Q));
secretInformation.setAliasSecret(getValue(pool, PASS_Q));
dataSourceInformation.setSecretInformation(secretInformation);
// Save element configuration for later de-serialization
saveElementConfig(pool, DRIVER_Q, mediator);
saveElementConfig(pool, URL_Q, mediator);