-
Bug
-
Resolution: Done
-
Major
-
None
-
None
After running the basic testsuite various configuration changes are not reverted, these don't seem to have an impact at the moment but are a risk to tests assuming the default configuration is the starting point.
<passivation-stores> <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/> </passivation-stores>
The max-size attribute gets dropped.
<in-vm-remote-interface-invocation pass-by-value="true"/>
The in-vm-remote-interface-invocation is left behind.
<subsystem xmlns="urn:jboss:domain:request-controller:1.0" max-requests="-1"/>
max-requests is added and left set to -1
<subsystem xmlns="urn:jboss:domain:undertow:13.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" obfuscate-session-route="false" default-security-domain="other" statistics-enabled="false">
obfuscate-session-route gets set to false and statistics-enabled looses it's expression.