0 Replies Latest reply on Feb 13, 2004 4:18 AM by mcapitanio

    Configuring Multiple Dasasource

    mcapitanio

      Hello,

      I am working with Jboss working over multiple database on multiple machine.

      For every DS, I have a file name xxxx-ds.xml inm the deploy directory, with url, driver name, username and password as usual.

      Now I have problems with them and i'd like to know if it is possible to configure the maximum number of connections for each DS or globally.

      I am having this problem since I am Session beans with a custom made DAO layer. Now if i use DS it won't work cause due to the high number of thread, no more connection are available and it gives problem. On the other hand if i use direct connection to the DB without pooling it works perfectly

      Please help!!!
      Max