开发者

Oracle UCP Incorrect JMX Support

开发者 https://www.devze.com 2023-02-18 20:22 出处:网络
I tried out the jmx support for the universal connection pool and it seems to give incorrect values. There are couple of problems I have faced till n开发者_如何学编程ow

I tried out the jmx support for the universal connection pool and it seems to give incorrect values. There are couple of problems I have faced till n开发者_如何学编程ow

  1. The getConnectionPoolNames() method (operation) of the UniversalConnectionPoolManagerMBean returns void instead of returning a Collection.
  2. The getStatistics() method (operation) of the UniversalConnectionPoolMBean throws an NotSerializableException.

Though there are workarounds to the above problems like calling other methods instead of the above ones the issues seem to be very basic. Has anyone tried out the JMX support provided by the Universal Connection Pool (ucp)?

0

精彩评论

暂无评论...
验证码 换一张
取 消