[jboss-jira] [JBoss JIRA] (WFLY-5951) pending-puts cache configuration is not started by the JPA subsystem

Scott Marlow (JIRA) issues at jboss.org
Thu Jan 7 12:34:00 EST 2016


    [ https://issues.jboss.org/browse/WFLY-5951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145959#comment-13145959 ] 

Scott Marlow commented on WFLY-5951:
------------------------------------

Example persistence unit
{quote}
   <persistence-unit name="primary">
      <jta-data-source>java:jboss/datasources/Hibernate4QuickstartDS</jta-data-source>
      <shared-cache-mode>ENABLE_SELECTIVE</shared-cache-mode>
      <class>org.jboss.as.quickstart.hibernate4.model.Member</class>
      <exclude-unlisted-classes>true</exclude-unlisted-classes>
      <properties>
         <property name="hibernate.cache.use_second_level_cache" value="true"/>
         <property name="hibernate.cache.use_query_cache" value="true"/> 
         <property name="hibernate.cache.infinispan.immutable-entity.cfg" value="immutable-entity"/>
         <property name="hibernate.cache.infinispan.timestamps.cfg" value="timestamps"/>
         <property name="hibernate.cache.infinispan.pending-puts.cfg" value="pending-puts"/>
      </properties>
   </persistence-unit>
{quote}


> pending-puts cache configuration is not started by the JPA subsystem
> --------------------------------------------------------------------
>
>                 Key: WFLY-5951
>                 URL: https://issues.jboss.org/browse/WFLY-5951
>             Project: WildFly
>          Issue Type: Bug
>          Components: JPA / Hibernate
>            Reporter: Paul Ferraro
>            Assignee: Scott Marlow
>             Fix For: 10.0.0.Final
>
>




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list