다른 결함(6295215일 수 있음)으로 인해 Sun Java System Application Server Enterprise Edition 8.2 Developer’s Guide의 11 장, Using the JDBC API for Database Access의 11장, Using the JDBC API for Database Access에서 Sun Java System Application Server Enterprise Edition 8.2 Developer’s Guide의 Obtaining a Physical Connection from a Wrapped Connection 절에 제공된 코드가 올바르지 않습니다. 특히,
Connection drivercon = ds.getConnection(con); |
줄은 다음과 같이 변경되었습니다.
Connection drivercon = ((com.sun.gjc.spi.DataSource)ds).getConnection(con); |