Uploaded image for project: 'Commons DBCP'
  1. Commons DBCP
  2. DBCP-273

validation on testonborrow does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1, 1.2.2
    • 1.3, 1.4
    • None

    Description

      Our use of dbcp (1.2.1 and 1.2.2) shows that connection validation on testonborrow does not work. The pool still return closed connections. The error is in the following code. See the commented out line for the specific error.
      ----------------------
      ra = ref.get("testOnBorrow");
      if (ra != null && ra.getContent() != null)

      { //comment out old code //ikds.setTestOnBorrow(Boolean.getBoolean(ra.getContent().toString())); ikds.setTestOnBorrow(Boolean.valueOf(ra.getContent().toString()).booleanValue()); }

      ra = ref.get("testOnReturn");
      if (ra != null && ra.getContent() != null)

      { ikds.setTestOnReturn(Boolean.valueOf( ra.getContent().toString()).booleanValue()); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            marklsenior mark lin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: