-
Bug
-
Resolution: Done
-
Major
-
JDG 7.1.0 ER7
-
None
The format of the rest-connector element in the test/data/standalone.xml file is wrong and prevents the server from starting:
<subsystem xmlns="urn:infinispan:server:endpoint:8.0">
<hotrod-connector socket-binding="hotrod" cache-container="local">
<topology-state-transfer lazy-retrieval="false" lock-timeout="1000" replication-timeout="5000"/>
</hotrod-connector>
<memcached-connector socket-binding="memcached" cache-container="local"/>
<rest-connector socket-binding="rest" cache-container="local" security-domain="other" auth-method="BASIC"/>
</subsystem>
Also the schema versions from the core and endpoint sections should match the product.