]
Brian Stansberry reassigned WFLY-9966:
--------------------------------------
Assignee: Paul Ferraro (was: Jason Greene)
local-cache doesn't allow jndi-name attribute any more in wildfly
12, but it still supports in wildfly 11
---------------------------------------------------------------------------------------------------------
Key: WFLY-9966
URL:
https://issues.jboss.org/browse/WFLY-9966
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 12.0.0.Final
Reporter: dungtri pham
Assignee: Paul Ferraro
I use to have my local cache defined in wildfly 10, 11 like below:
<cache-container name="mycache"
default-cache="my_device_cache">
<local-cache name="my_device_cache"
jndi-name="java:/cache/device/status">
<file-store passivation="false" preload="true"
purge="false" shared="true"/>
</local-cache>
</cache-container>
Now, it blows up in wildfly 12 and complains about jndi-name isnt allowed attribute for
the local-cache.