<div dir="ltr"><div>Dear all experts,</div><div><br></div><div>I&#39;m trying to migrate my current Wildfly 8.1.0 Final to WildFly 9.0.0.CR1. While doing so I wish to configure the infinispan&#39;s hibernate cache to configure as start as EAGER, but when I try it via the Admin Console, it throws an error message and said it can not start as EAGER...</div><div><br></div><div>Any help will be high appreciated.</div><div><br></div><div>Thank you in advance.</div><div>Anselm</div><div><br></div><div><br></div><div>Following is my request &amp; response that captured from console:</div><div><br></div><div>Request</div><div>{</div><div>    &quot;operation&quot; =&gt; &quot;composite&quot;,</div><div>    &quot;address&quot; =&gt; [],</div><div>    &quot;steps&quot; =&gt; [{</div><div>        &quot;address&quot; =&gt; [</div><div>            (&quot;profile&quot; =&gt; &quot;full&quot;),</div><div>            (&quot;subsystem&quot; =&gt; &quot;infinispan&quot;),</div><div>            (&quot;cache-container&quot; =&gt; &quot;hibernate&quot;)</div><div>        ],</div><div>        &quot;operation&quot; =&gt; &quot;write-attribute&quot;,</div><div>        &quot;name&quot; =&gt; &quot;start&quot;,</div><div>        &quot;value&quot; =&gt; &quot;EAGER&quot;</div><div>    }]</div><div>}</div><div><br></div><div>Response</div><div><br></div><div>Internal Server Error</div><div>{</div><div>    &quot;outcome&quot; =&gt; &quot;failed&quot;,</div><div>    &quot;failure-description&quot; =&gt; {&quot;domain-failure-description&quot; =&gt; {&quot;WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:&quot; =&gt; {&quot;Operation step-1&quot; =&gt; &quot;WFLYCTL0248: Invalid value EAGER for start; legal values are [LAZY]&quot;}}},</div><div>    &quot;rolled-back&quot; =&gt; true</div><div>}</div></div>