]
Tristan Tarrant closed ISPN-2302.
---------------------------------
Resolution: Out of Date
New JdbcCacheStoreConfigurationBuilder should support existing
ConnectionFactoryConfig
--------------------------------------------------------------------------------------
Key: ISPN-2302
URL:
https://issues.jboss.org/browse/ISPN-2302
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Affects Versions: 5.2.0.Alpha3
Reporter: Thomas Fromm
I've the situation the I need to reuse existing ConnectionFactoryConfigs.
Maybe implement ConnectionFactoryConfigurationBuilder with method
read(ConnectionFactoryConfig template). Then extend JdbcCacheStoreConfigurationBuilder and
add connectionFactory()?
I need it at least for the deprecated config migration of the ISPN test cases...