[jboss-cvs] jboss-ejb3/src/resources ...

Bill DeCoste bdecoste at jboss.com
Mon Jul 24 17:28:30 EDT 2006


  User: bdecoste
  Date: 06/07/24 17:28:30

  Modified:    src/resources  ejb3-interceptors-aop.xml
  Log:
  MDB cleanup, standalone test for standard testcases, fixed class level @Resources jndi env bindings
  
  Revision  Changes    Path
  1.50      +0 -16     jboss-ejb3/src/resources/ejb3-interceptors-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ejb3-interceptors-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-ejb3/src/resources/ejb3-interceptors-aop.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -b -r1.49 -r1.50
  --- ejb3-interceptors-aop.xml	17 May 2006 16:34:42 -0000	1.49
  +++ ejb3-interceptors-aop.xml	24 Jul 2006 21:28:30 -0000	1.50
  @@ -285,22 +285,6 @@
         </annotation>
      </domain>
   
  -   <domain name="Message Inflow Driven Bean">
  -      <bind pointcut="execution(public * @javax.annotation.security.RunAs->*(..))">
  -         <interceptor-ref name="org.jboss.ejb3.security.RunAsSecurityInterceptorFactory"/>
  -      </bind>
  -      <bind pointcut="execution(public * *->*(..))">
  -         <interceptor-ref name="org.jboss.ejb3.stateless.StatelessInstanceInterceptor"/>
  -         <interceptor-ref name="org.jboss.ejb3.tx.TxInterceptorFactory"/>
  -         <interceptor-ref name="org.jboss.ejb3.AllowedOperationsInterceptor"/>
  -         <interceptor-ref name="org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor"/>
  -         <interceptor-ref name="org.jboss.ejb3.interceptor.EJB3InterceptorsFactory"/>
  -      </bind>
  -      <annotation expr="!class(@org.jboss.annotation.ejb.PoolClass)">
  -         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=30, timeout=10000)
  -      </annotation>
  -   </domain>
  -
      <domain name="Consumer Bean">
         <bind pointcut="execution(public * @javax.annotation.security.RunAs->*(..))">
            <interceptor-ref name="org.jboss.ejb3.security.RunAsSecurityInterceptorFactory"/>
  
  
  



More information about the jboss-cvs-commits mailing list