[jboss-jira] [JBoss JIRA] (WFLY-5137) Add immutable-entities

Scott Marlow (JIRA) issues at jboss.org
Wed Aug 19 15:57:26 EDT 2015


Scott Marlow created WFLY-5137:
----------------------------------

             Summary: Add immutable-entities 
                 Key: WFLY-5137
                 URL: https://issues.jboss.org/browse/WFLY-5137
             Project: WildFly
          Issue Type: Task
          Components: Clustering, JPA / Hibernate
            Reporter: Scott Marlow
            Assignee: Paul Ferraro
             Fix For: 10.0.0.Beta2


Add immutable-entities to [https://github.com/wildfly/wildfly/blob/master/clustering/infinispan/extension/src/main/resources/subsystem-templates/infinispan.xml#L39]

{quote}
            <cache-container name="hibernate" default-cache="local-query" module="org.hibernate.infinispan">
                <local-cache name="entity">
                    <transaction mode="NON_XA"/>
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="immutable-entities">
                    <transaction mode="NON_XA"/>
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="local-query">
                    <eviction strategy="LRU" max-entries="10000"/>
                    <expiration max-idle="100000"/>
                </local-cache>
                <local-cache name="timestamps"/>
            </cache-container>
{quote}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list