User: mnf999  
  Date: 01/08/01 12:35:18

  Modified:    src/etc/conf/default standardjboss.xml
  Log:
  use the new lock interceptor in the stacks
  
  Revision  Changes    Path
  1.12      +10 -5     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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- standardjboss.xml 2001/07/10 00:04:56     1.11
  +++ standardjboss.xml 2001/08/01 19:35:18     1.12
  @@ -13,7 +13,8 @@
                   <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.EntityInstanceInterceptor</interceptor>
  +                
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
  +                                      
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor</interceptor>
               </container-interceptors>
  @@ -54,7 +55,8 @@
                   <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.EntityInstanceInterceptor</interceptor>
  +                
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
  +                                      
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
                        
<instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  @@ -94,7 +96,8 @@
                   <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.EntityInstanceInterceptor</interceptor>
  +                
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
  +                                      
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
               <instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  @@ -274,7 +277,8 @@
                   <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.EntityInstanceInterceptor</interceptor>
  +                
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
  +                                      
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
                        
<instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  @@ -314,7 +318,8 @@
                   <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.EntityInstanceInterceptor</interceptor>
  +                
<interceptor>org.jboss.ejb.plugins.EntityLockInterceptor</interceptor>
  +                                      
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
                        
<instance-pool>org.jboss.ejb.plugins.EntityInstancePool</instance-pool>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to