...
| Code Block |
|---|
resource.ds.className=org.postgresql.xa.PGXADataSource
resource.ds.uniqueName=pgsql
resource.ds.maxPoolSize=5
resource.ds.driverProperties.user=postgres
resource.ds.driverProperties.password=postgres
resource.ds.driverProperties.databaseName=postgres
resource.ds.driverProperties.serverName=localhost
|
Evaluation
Started to work really well very recently. Driver version 8.3-603 is the very first one that is fully working with BTM, do not try using any earlier version.
...