[jboss-cvs] jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance ...

Julien Viet julien at jboss.com
Mon Jul 31 17:43:04 EDT 2006


  User: julien  
  Date: 06/07/31 17:43:04

  Modified:    core/src/resources/portal-core-sar/conf/hibernate/instance 
                        domain.hbm.xml
  Log:
  - add CacheableBlobUserType
  - make the jackrabbit PM use CacheableUserType to avoid 10000 request per page view to the DB
  
  Revision  Changes    Path
  1.26      +1 -0      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: domain.hbm.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- domain.hbm.xml	30 Jul 2006 12:36:22 -0000	1.25
  +++ domain.hbm.xml	31 Jul 2006 21:43:04 -0000	1.26
  @@ -119,6 +119,7 @@
            table="JBP_INSTANCE_SECURITY_ACTIONS" 
   	      cascade="none"
            fetch="join">
  +         <cache usage="@portal.hibernate.cache.usage@"/>
            <key column="PK"/>
            <element column="ACTIONS" type="string"/>
         </set>
  
  
  



More information about the jboss-cvs-commits mailing list