Bug 52804

Summary: Make PoolProperties implement Cloneable.
Product: Tomcat Modules Reporter: Colin McFarlane <colin.mcfarlane>
Component: jdbc-poolAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Colin McFarlane 2012-03-01 17:18:03 UTC
It would be very useful to have the PoolProperties class implement the java.lang.Cloneable interface. 

We have many databases that share the same schema, username, password, configuration etc but differ only in their URL. Implementing a routing datasource based on something like org.springframework.jdbc.datasource.AbstractDataSource can then just clone a PoolProperties object and set the one or two properties that differ in the clone. In a spring project the properties that are common across all the datasources are only supplied once.
Comment 1 Filip Hanik 2012-03-01 20:20:38 UTC
Fixed in trunk in r1295768
Fixed in 7.0.x in r1295770