-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the clusterLoader is configured using store tag, the specified attributes are not parsed to the new version xml.
The following xml:
................................................. <namedCache name="withClusterLoader1"> <persistence> <store class="org.infinispan.persistence.cluster.ClusterLoader" preload="true" fetchPersistentState="true" ignoreModifications="true" purgeOnStartup="true" shared="true"> <properties> <property name="remoteCallTimeout" value="15000" /> </properties> </store> </persistence> </namedCache> .....................
is parsed to:
............................... <local-cache name="withClusterLoader1" statistics="false"> <persistence> <cluster-loader remote-timeout="15000"> <property name="remoteCallTimeout"> 15000 </property> </cluster-loader> </persistence> </local-cache> .............................
- relates to
-
JDG-394 Conf. Conversion Tool: attributes for org.infinispan.persistence.cluster.ClusterLoader are not serialized
- Closed