<?xml version="1.0" encoding="UTF-8"?>
<aop>
	
   <interceptor class="org.jboss.ejb3.test.clientinterceptor.CustomInterceptor" scope="PER_VM"/>
	
   <stack name="CustomStatelessSessionClientInterceptors">
      <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
      <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
      <interceptor-ref name="org.jboss.ejb3.test.clientinterceptor.CustomInterceptor"/>
      <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
   </stack>

	
</aop>
