There is no way to have one datasource support two different connection pools. How would
the datasource know which of the pools to use? And what would be the benefit of having two
connection pools of 100 connections each, as opposed to having a single connection pool of
200 connections?
However, you can create multiple datasources for the same database, and each would have
its own connection pool. You can then have some applications request one of the datasource
and other request the other datasource.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111695#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...