[jboss-cvs] jbosstest/src/resources/security/authorization/xacml-ejb/META-INF ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 25 13:24:21 EDT 2006


  User: asaldhana
  Date: 06/07/25 13:24:21

  Modified:    src/resources/security/authorization/xacml-ejb/META-INF 
                        jboss.xml
  Log:
  JBAS-3374: Remove the container configuration as the SecurityInterceptor has been updated to use the Authorization Framework
  
  Revision  Changes    Path
  1.2       +0 -36     jbosstest/src/resources/security/authorization/xacml-ejb/META-INF/jboss.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/security/authorization/xacml-ejb/META-INF/jboss.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss.xml	7 Jul 2006 16:47:07 -0000	1.1
  +++ jboss.xml	25 Jul 2006 17:24:21 -0000	1.2
  @@ -8,42 +8,6 @@
         <session>
            <ejb-name>StatelessSession</ejb-name>
            <jndi-name>spec.StatelessSession</jndi-name>
  -         <configuration-name>Standard Stateless SessionBean With SecurityAuthorizationInterceptor</configuration-name>
         </session>
      </enterprise-beans>
  -
  -  <container-configurations> 
  -      <container-configuration>
  -      <container-name>Standard Stateless SessionBean With SecurityAuthorizationInterceptor</container-name>
  -      <call-logging>false</call-logging>
  -      <invoker-proxy-binding-name>stateless-unified-invoker</invoker-proxy-binding-name>
  -      <container-interceptors>
  -        <interceptor>org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor</interceptor>
  -        <interceptor>org.jboss.ejb.plugins.LogInterceptor</interceptor>
  -
  -         <interceptor>org.jboss.ejb.plugins.JaasAuthenticationInterceptor</interceptor>
  -         <interceptor>org.jboss.ejb.plugins.SecurityAuthorizationInterceptor</interceptor>
  -
  -        <!-- CMT -->
  -        <interceptor transaction="Container">org.jboss.ejb.plugins.TxInterceptorCMT</interceptor>
  -        <interceptor transaction="Container">org.jboss.ejb.plugins.CallValidationInterceptor</interceptor>
  -        <interceptor transaction="Container" metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>
  -        <interceptor transaction="Container">org.jboss.ws.server.ServiceEndpointInterceptor</interceptor>
  -        <interceptor transaction="Container">org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor</interceptor>
  -        <!-- BMT -->
  -        <interceptor transaction="Bean">org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor</interceptor>
  -        <interceptor transaction="Bean">org.jboss.ejb.plugins.TxInterceptorBMT</interceptor>
  -        <interceptor transaction="Bean">org.jboss.ejb.plugins.CallValidationInterceptor</interceptor>
  -        <interceptor transaction="Bean" metricsEnabled="true">org.jboss.ejb.plugins.MetricsInterceptor</interceptor>
  -        <interceptor transaction="Bean">org.jboss.ws.server.ServiceEndpointInterceptor</interceptor>
  -        <interceptor>org.jboss.resource.connectionmanager.CachedConnectionInterceptor</interceptor>
  -      </container-interceptors>
  -      <instance-pool>org.jboss.ejb.plugins.StatelessSessionInstancePool</instance-pool>
  -      <instance-cache></instance-cache>
  -      <persistence-manager></persistence-manager>
  -      <container-pool-conf>
  -        <MaximumSize>100</MaximumSize>
  -      </container-pool-conf>
  -    </container-configuration>
  -  </container-configurations> 
   </jboss>
  
  
  



More information about the jboss-cvs-commits mailing list