363c363,371 < --- > // BEGIN PATCH - see JIRA JBAS 6149 for details > if( method.getName().equals("close") ) > { > Integer id = new Integer(conn.hashCode()); > connectionMap.remove(id); > log.debug("Closed Connection="+id); > } > // END PATCH >