From: Rick I. <ric...@gm...> - 2009-05-25 19:32:38
|
I've been tinkering with the JMX interfaces to proxool and everything seems tickety-boo except one thing: I don't seem to be able to update the driverUrl property. Specifically, what I've been doing is changing jdbc:postgresql://localhost:5432/db_1 to jdbc:postgresql://localhost:5432/db_2 It looks to me like ConnectionPoolDefinition.doChange only updates the url and driver properties if the pool's identified by a URL rather than an alias, but the JMX interface uses the alias, which means that you can't update the driverUrl property via JMX. Is there a design reason for that behaviour, or is it an oversight? R. |