[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss/src/etc/conf/default standardjboss.xml
From:       Sacha Labourey <slaboure () users ! sourceforge ! net>
Date:       2002-09-30 13:12:41
[Download RAW message or body]

  User: slaboure
  Date: 02/09/30 06:12:41

  Modified:    src/etc/conf/default standardjboss.xml
  Log:
  Added cache-invalidation default config: should be added by default to all EB IMHO
  
  Revision  Changes    Path
  1.52      +48 -1     jboss/src/etc/conf/default/standardjboss.xml
  
  Index: standardjboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjboss.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- standardjboss.xml	27 Sep 2002 23:04:00 -0000	1.51
  +++ standardjboss.xml	30 Sep 2002 13:12:40 -0000	1.52
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: standardjboss.xml,v 1.51 2002/09/27 23:04:00 patriot1burke Exp $ -->
  +<!-- $Id: standardjboss.xml,v 1.52 2002/09/30 13:12:40 slaboure Exp $ -->
   
   <jboss>
      <invoker-proxy-bindings>
  @@ -363,6 +363,53 @@
               </feeder-policy-conf>
        </container-pool-conf>
   	 <commit-option>B</commit-option>
  +      </container-configuration>
  +
  +      <container-configuration>
  +	 <container-name>Standard CMP 2.x EntityBean with cache \
invalidation</container-name>  +	 <call-logging>false</call-logging>
  +	 <container-interceptors>
  +	    <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
  +	    <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
  +	    <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  +	    <interceptor>org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
  +	    <interceptor \
metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>  +	    \
<interceptor>org.jboss.ejb.plugins.EntityCreationInterceptor</interceptor>  +	    \
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>  +	    \
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>  +         \
<interceptor>org.jboss.ejb.plugins.EntityReentranceInterceptor</interceptor>  +	    \
@jca.connection.interceptor@  +	    \
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>  +	 \
<interceptor>org.jboss.cache.invalidation.triggers.EntityBeanCacheBatchInvalidatorInterceptor</interceptor>
  +	    <interceptor>org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor</interceptor>
  +	 </container-interceptors>
  +	 <instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  +	 <instance-cache>org.jboss.ejb.plugins.InvalidableEntityInstanceCache</instance-cache>
  +	 <persistence-manager>org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager</persistence-manager>
  +	 <transaction-manager>org.jboss.tm.TxManager</transaction-manager>
  +    <locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
  +	 <container-cache-conf>
  +	    <cache-policy>org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy</cache-policy>
  +	    <cache-policy-conf>
  +	       <min-capacity>50</min-capacity>
  +	       <max-capacity>1000000</max-capacity>
  +	       <overager-period>300</overager-period>
  +	       <max-bean-age>600</max-bean-age>
  +	       <resizer-period>400</resizer-period>
  +	       <max-cache-miss-period>60</max-cache-miss-period>
  +	       <min-cache-miss-period>1</min-cache-miss-period>
  +	       <cache-load-factor>0.75</cache-load-factor>
  +	    </cache-policy-conf>
  +	 </container-cache-conf>
  +     <container-pool-conf>
  +        <MaximumSize>100</MaximumSize>
  +        <feeder-policy>org.jboss.ejb.plugins.TimedInstancePoolFeeder</feeder-policy>
  +            <feeder-policy-conf>
  +                <increment>10</increment>
  +                <period>500</period>
  +            </feeder-policy-conf>
  +     </container-pool-conf>
  +	 <commit-option>A</commit-option>
         </container-configuration>
   
         <container-configuration>
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic