Hi all,<div><br></div><div>the CassandraCacheStore uses my cassandra-connection-pool library. This library provides a lot of configuration settings which I would like to people to be able to set via the infinispan XML configuration, but without adding a setter for each one on the CassandraCacheStoreConfig class which would just proxy the underlying pool properties ? I was thinking along the lines of a special property &quot;poolConfiguration&quot; which would then be a property file in disguise. Here is an example of what I mean:</div>
<div><br></div><div>&lt;properties&gt;</div><div>&lt;property name=&quot;host&quot; value=&quot;myhost&quot; /&gt;</div><div>&lt;property name=&quot;poolConfiguration&quot;&gt;</div><div>automaticHostDiscovery=true</div><div>
socketTimeout=10000</div><div>&lt;/property&gt;</div><div>&lt;/properties&gt;</div><div><br></div><div>Thanks for any suggestions.</div><div><br></div><div>Tristan</div>