[jboss-cvs] JBossAS SVN: r84031 - projects/ejb3/trunk/testsuite/src/test/resources/test-configs/removedislocal/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 01:14:24 EST 2009


Author: ALRubinger
Date: 2009-02-10 01:14:23 -0500 (Tue, 10 Feb 2009)
New Revision: 84031

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml
Log:
[EJBTHREE-1641] Fix removedislocal config

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml	2009-02-10 05:41:47 UTC (rev 84030)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml	2009-02-10 06:14:23 UTC (rev 84031)
@@ -15,6 +15,7 @@
       <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
+   </stack>
 
    <stack name="StatelessSessionClientInterceptors">
       <!--  




More information about the jboss-cvs-commits mailing list