DBPool wizzard creates plans only for local-transactions
--------------------------------------------------------
Key: GERONIMO-3503
URL: https://issues.apache.org/jira/browse/GERONIMO-3503
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Reporter: Tomasz Mazan
Fix For: 2.0.2
I use DatabasePool Wizzard to deploy Pools for PostgresQL.
In both cases - I choosed PostgreAQL XA or PostgreSQL Local - wizzard generated
plan with model
<connectionmanager>
<local-transaction/>
<single-pool>
<max-size>10</max-size>
<min-size>0</min-size>
<match-one/>
</single-pool>
</connectionmanager>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.