User: patriot1burke
  Date: 01/09/03 18:53:40

  Modified:    src/etc/conf/default Tag: Branch_2_4 standardjboss.xml
  Log:
  backmerge
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.4.2   +8 -0      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.8.4.1
  retrieving revision 1.8.4.2
  diff -u -r1.8.4.1 -r1.8.4.2
  --- standardjboss.xml 2001/06/22 22:52:30     1.8.4.1
  +++ standardjboss.xml 2001/09/04 01:53:40     1.8.4.2
  @@ -13,6 +13,7 @@
                   <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.EntityLockInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
  @@ -20,6 +21,7 @@
                        
<instance-cache>org.jboss.ejb.plugins.EntityInstanceCache</instance-cache>
                        
<persistence-manager>org.jboss.ejb.plugins.jaws.JAWSPersistenceManager</persistence-manager>
                        
<transaction-manager>org.jboss.tm.TxManager</transaction-manager>
  +                     
<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
                        <container-invoker-conf>
                                <RMIObjectPort>4444</RMIObjectPort>
                                <Optimized>True</Optimized>
  @@ -53,12 +55,14 @@
                   <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.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>
               
<instance-cache>org.jboss.ejb.plugins.EntityInstanceCache</instance-cache>
               
<persistence-manager>org.jboss.ejb.plugins.jaws.JAWSPersistenceManager</persistence-manager>
  +         
<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
               <transaction-manager>org.jboss.tm.TxManager</transaction-manager>
               <container-invoker-conf>
                            <RMIObjectPort>4444</RMIObjectPort>
  @@ -233,6 +237,7 @@
                   <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.EntityLockInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
  @@ -240,6 +245,7 @@
                        
<instance-cache>org.jboss.ejb.plugins.EntityInstanceCache</instance-cache>
                        
<persistence-manager>org.jboss.ejb.plugins.BMPPersistenceManager</persistence-manager>
                        
<transaction-manager>org.jboss.tm.TxManager</transaction-manager>
  +                     
<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
                        <container-invoker-conf>
                                <RMIObjectPort>4444</RMIObjectPort>
                                <Optimized>True</Optimized>
  @@ -273,6 +279,7 @@
                   <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.EntityLockInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
                   
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
               </container-interceptors>
  @@ -280,6 +287,7 @@
                        
<instance-cache>org.jboss.ejb.plugins.EntityInstanceCache</instance-cache>
                           
<persistence-manager>org.jboss.ejb.plugins.BMPPersistenceManager</persistence-manager>
                           
<transaction-manager>org.jboss.tm.TxManager</transaction-manager>
  +                     
<locking-policy>org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock</locking-policy>
                           <container-invoker-conf>
                                <RMIObjectPort>4444</RMIObjectPort>
                                   <Optimized>True</Optimized>
  
  
  

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

Reply via email to