-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.2
-
x86
-
windows_xp
Name: jl125535 Date: 04/12/2004
A DESCRIPTION OF THE REQUEST :
Normally, one is not supposed to use the sun.* packages directly (http://java.sun.com/products/jdk/faq/faq-sun-packages.html). However, http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/bridge.html, encourages the use of sun.jdbc.odbc.ee.ConnectionPoolDataSource.
If direct use of sun.jdbc.odbc.ee.ConnectionPoolDataSource is acceptable, there should be more documentation about the available methods.
JUSTIFICATION :
The link
http://java.sun.com/j2se/1.4.2/docs/api/javax/sql/ConnectionPoolDataSource.html
is insufficient. For example, the unit for setMaintenanceInterval is not specified. Via decompiling I found it is seconds (not Milliseconds)
(Incident Review ID: 246638)
======================================================================