[
https://issues.jboss.org/browse/WFLY-9966?page=com.atlassian.jira.plugin....
]
dungtri pham updated WFLY-9966:
-------------------------------
Description:
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 is invalid attribute.
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: Server
Affects Versions: 12.0.0.Final
Reporter: dungtri pham
Assignee: Jason Greene
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 is invalid attribute.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)