-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Description
hello,
We have developed simple plugin to profile IBM DB2 and it is Instrument perfectly with raw jdbc like
**- com.ibm.db2.jcc.am.ko (JCC PreparedStatement)
- com.ibm.db2.jcc.am.kn (Statement implementation)**
Now tried to expand it to Instrument DB2 via application deployed in IBM WebSphere (WAS) using
DataSource impl : com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Connection impl : com.ibm.ws.rsadapter.jdbc.WSJccSQLJPDQConnection
PreparedStmt impl : com.ibm.ws.rsadapter.jdbc.WSJccPreparedStatement
ResultSet impl : com.ibm.ws.rsadapter.jdbc.WSJccResultSet
but WAS agent is not actually loading DB2 plugin, so none of the WSJcc / DB2 classes are being instrumented.
here is simple Db2iPlugin.java file
and here is pinpoint.log
emeroad and intr3p1dintr3p1d