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

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/portal 
                        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.28      +1 -0      jboss-portal/core/src/resources/portal-core-sar/conf/hibernate/portal/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/portal/domain.hbm.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -b -r1.27 -r1.28
  --- domain.hbm.xml	19 Jul 2006 12:08:13 -0000	1.27
  +++ domain.hbm.xml	31 Jul 2006 21:43:04 -0000	1.28
  @@ -166,6 +166,7 @@
            table="JBP_OBJECT_NODE_SEC_ACTIONS"
            cascade="all-delete-orphan"
            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