Troubleshooting
Problem
New in JDBC 4.0: The wrapper pattern now allows JDBC programmers to access vendor-specific JDBC APIs safely in an application server managed environment. Previous to JDBC 4.0, the WebSphere Application Server proprietary WSCallHelper interface had to be used to accomplish the same task.
Symptom
If the wrapper pattern is not followed and a vendor-specific JDBC API is invoked directly, the following type of error will be logged:
[12/12/11 12:34:39:911 EDT] 00000059 SystemErr R Caused by: java.sql.SQLFeatureNotSupportedException: DSRA1300E: Feature is not implemented: PreparedStatement.setClob
[12/12/11 12:34:39:912 EDT] 00000059 SystemErr R at com.ibm.ws.rsadapter.AdapterUtil.notSupportedX(AdapterUtil.java:1306)
[12/12/11 12:34:39:912 EDT] 00000059 SystemErr R at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.setClob(WSJdbcPreparedStatement.java:1875)
[12/12/11 12:34:39:912 EDT] 00000059 SystemErr R at com.citigroup.solar.pnlview.dao.impl.ExportPnLViewDAO.putInUploadQueue(ExportPnLViewDAO.java:782)
[12/12/11 12:34:39:912 EDT] 00000059 SystemErr R ... 59 more
[12/12/11 12:34:39:913 EDT] 00000059 SystemErr R Caused by: java.lang.AbstractMethodError: java/sql/PreparedStatement.setClob(ILjava/io/Reader;)V
[12/12/11 12:34:39:913 EDT] 00000059 SystemErr R at com.ibm.ws.rsadapter.jdbc.WSJdbcPreparedStatement.setClob(WSJdbcPreparedStatement.java:1859)
[12/12/11 12:34:39:913 EDT] 00000059 SystemErr R ... 60 more
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
03 March 2025
UID
swg21577331