User: d_jencks
  Date: 02/03/09 18:41:18

  Modified:    src/resources/bmp/META-INF jboss.xml
  Log:
  added client interceptors
  
  Revision  Changes    Path
  1.5       +21 -1     jbosstest/src/resources/bmp/META-INF/jboss.xml
  
  Index: jboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/bmp/META-INF/jboss.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jboss.xml 3 Aug 2001 20:27:09 -0000       1.4
  +++ jboss.xml 10 Mar 2002 02:41:18 -0000      1.5
  @@ -5,7 +5,7 @@
       <container-configuration>
         <container-name>My BMP EntityBean</container-name>
         <call-logging>false</call-logging>
  -      
<container-invoker>org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker</container-invoker>
  +      <container-invoker>org.jboss.proxy.ejb.ProxyFactory</container-invoker>
         <container-interceptors>
           <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
           <interceptor>org.jboss.ejb.plugins.SecurityInterceptor</interceptor>
  @@ -15,6 +15,26 @@
           <interceptor>org.jboss.ejb.plugins.EntityInstanceInterceptor</interceptor>
           
<interceptor>org.jboss.ejb.plugins.EntitySynchronizationInterceptor</interceptor>
         </container-interceptors>
  +      <client-interceptors>
  +           <home>
  +             <interceptor>org.jboss.proxy.ejb.HomeInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
  +             <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
  +           </home>
  +           <bean>
  +             <interceptor>org.jboss.proxy.ejb.EntityInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
  +             <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
  +           </bean>
  +           <list-entity>
  +             <interceptor>org.jboss.proxy.ejb.ListEntityInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
  +             <interceptor>org.jboss.proxy.TransactionInterceptor</interceptor>
  +             <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
  +           </list-entity>
  +      </client-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.BMPPersistenceManager</persistence-manager>
  
  
  

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

Reply via email to