Remove prefix for atomikos db
This commit is contained in:
parent
213d9d806e
commit
2f86fb06fe
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class DatabaseConnection {
|
|||
|
||||
if (!dataSources.containsKey(database)) {
|
||||
AtomikosDataSourceBean xaDataSource = new AtomikosDataSourceBean();
|
||||
xaDataSource.setUniqueResourceName("jdbcDatasource_" + database);
|
||||
xaDataSource.setUniqueResourceName(database);
|
||||
xaDataSource.setXaDataSourceClassName(params.getJdbcXaDataSourceClassName());
|
||||
xaDataSource.setPoolSize(Integer.parseInt(params.getJdbcXaDataSourcePoolSize()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue