0 Replies Latest reply on Dec 18, 2003 12:27 PM by mikelarnett

    JBoss 3.2.1: Connection Pool exceeds Max Size

    mikelarnett

      Hi All,
      I am using a Connection Pool that is set to a Max Size of 20. The Database is MS SqlServer. I have noticed that all seems to run fine until I stop the Db service from the SqlServer management console. Then the availableconnectioncount begins to grow well past the max size. Also, the connectioncount sometimes displays a negative number. I believe I am closing all connections, statements, and resultsets properly in finally clauses. Am I doing something wrong? Are these known bugs? Are there any workarounds?
      Thanks in advance for any help you can offer...
      -MLA