http://jira.hyperic.com/browse/HHQ-3944
db2-plugin.jar needs to be removed. There are two db2 plugins in the <hq-agent_install_path>./bundles/<hq-agent_bundle_version>/pdk/plugins directory:
1. db2jdbc-plugin.jar
2. db2-plugin.jar
The db2-plugin.jar is native and older. The db2jdbc-plugin.jar replaces the db2-plugin.jar and is 100% java/jdbc/sql.
Expected Result:
There should be no confussion as to which db2 plugin to use. Newer plugins versions should overwrite existing versions.
Actual Result:
It is misleading as to which plugin is actually being used. When existing command line plugin parameters, it is not visibliy known that db2jdbc-plugin.jar is the newest db2 plugin and the one to use.
Steps to reproduce:
1. On the agent server, go to the <hq-agent_install_path>./bundles/<hq-agent_bundle_version>/pdk/plugins directory
2. Note the two db2 plugins: db2jdbc-plugin.jar and db2-plugin.jar
Work around:
None
Anonymous