[jboss-jira] [JBoss JIRA] (WFLY-9966) local-cache doesn't allow jndi-name attribute any more in wildfly 12, but it still supports in wildfly 11

dungtri pham (JIRA) issues at jboss.org
Tue Mar 6 13:29:00 EST 2018


     [ https://issues.jboss.org/browse/WFLY-9966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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 isnt allowed attribute for the local-cache.

  was:
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 isnt allowed attribute for the local-cache.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list