Sun Java System Application Server Enterprise Edition 8.2 릴리스 노트

래핑된 연결에서 물리적 연결을 가져오는 방법에 대한 설명서가 더 이상 올바르지 않음(아이디 6486123)

다른 결함(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 GuideObtaining a Physical Connection from a Wrapped Connection 절에 제공된 코드가 올바르지 않습니다. 특히,


Connection drivercon = ds.getConnection(con);

줄은 다음과 같이 변경되었습니다.


Connection drivercon = ((com.sun.gjc.spi.DataSource)ds).getConnection(con);