Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
Google App Engine
Description
There is no way to disable the use of JMX when using PoolableConnections. Line 48 of PoolableConnection.java uses the ManagementFactory which is blacklisted in Google App Engine.
private static MBeanServer MBEAN_SERVER = ManagementFactory.getPlatformMBeanServer();
There should be a way to disable all JMX bindings for environments like GAE.
Attachments
Attachments
Issue Links
- is cloned by
-
DBCP-449 Cannot use DBCP on Google App Engine
- Closed