A method, closeAll(), was added to the javax.sql.PooledConnection interface in JDBC 3.0. As the javax.sql package has moved into the jdk for merlin this breaks J2EE compatibility.
J2EE releases must run on two current JDK releases, in this case 1.3.1 and 1.4. If the version of a file differs between two versions signature tests will fail.
Consequently the method must be removed.
jon.ellis@Eng 2001-04-12
J2EE releases must run on two current JDK releases, in this case 1.3.1 and 1.4. If the version of a file differs between two versions signature tests will fail.
Consequently the method must be removed.
jon.ellis@Eng 2001-04-12