Add min-pool-size and max-pool-size entries to your *-ds.xml file:
<datasources>
| <local-tx-datasource>
| ...
| <min-pool-size>5</min-pool-size>
| <max-pool-size>20</max-pool-size>
| <idle-timeout-minutes>5</idle-timeout-minutes>
| </local-tx-datasource>
| </datasources>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141435#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...