[jboss-cvs] JBossAS SVN: r73378 - in projects/ejb3/trunk/core/src/test/resources: test/clientinterceptor and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 13 17:15:44 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-13 17:15:44 -0400 (Tue, 13 May 2008)
New Revision: 73378

Modified:
   projects/ejb3/trunk/core/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml
   projects/ejb3/trunk/core/src/test/resources/test/bank/bank-ejb3-interceptors-aop.xml
   projects/ejb3/trunk/core/src/test/resources/test/clientinterceptor/clientinterceptor-aop.xml
   projects/ejb3/trunk/core/src/test/resources/test/stateful/statefulTest-ejb3-interceptors-aop.xml
Log:
[EJBTHREE-1266] Move aspects/SecurityClientInterceptor into ejb3

Modified: projects/ejb3/trunk/core/src/test/resources/test/bank/bank-ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test/bank/bank-ejb3-interceptors-aop.xml	2008-05-13 21:15:41 UTC (rev 73377)
+++ projects/ejb3/trunk/core/src/test/resources/test/bank/bank-ejb3-interceptors-aop.xml	2008-05-13 21:15:44 UTC (rev 73378)
@@ -5,7 +5,7 @@
    <stack name="TellerClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
       <interceptor-ref name="org.jboss.ejb3.test.bank.TellerInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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>

Modified: projects/ejb3/trunk/core/src/test/resources/test/clientinterceptor/clientinterceptor-aop.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test/clientinterceptor/clientinterceptor-aop.xml	2008-05-13 21:15:41 UTC (rev 73377)
+++ projects/ejb3/trunk/core/src/test/resources/test/clientinterceptor/clientinterceptor-aop.xml	2008-05-13 21:15:44 UTC (rev 73378)
@@ -5,7 +5,7 @@
 	
    <stack name="CustomStatelessSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <interceptor-ref name="org.jboss.ejb3.security.client.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"/>

Modified: projects/ejb3/trunk/core/src/test/resources/test/stateful/statefulTest-ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test/stateful/statefulTest-ejb3-interceptors-aop.xml	2008-05-13 21:15:41 UTC (rev 73377)
+++ projects/ejb3/trunk/core/src/test/resources/test/stateful/statefulTest-ejb3-interceptors-aop.xml	2008-05-13 21:15:44 UTC (rev 73378)
@@ -9,8 +9,8 @@
    <stack name="RemoteBindingStatefulSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
       <interceptor-ref name="org.jboss.ejb3.test.stateful.RemoteBindingInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
+      <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"></interceptor-ref>
+      <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"></interceptor-ref>
       <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
    </stack>
 </aop>
\ No newline at end of file

Modified: projects/ejb3/trunk/core/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml
===================================================================
--- projects/ejb3/trunk/core/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml	2008-05-13 21:15:41 UTC (rev 73377)
+++ projects/ejb3/trunk/core/src/test/resources/test-configs/removedislocal/deploy/ejb3-interceptors-aop.xml	2008-05-13 21:15:44 UTC (rev 73378)
@@ -5,7 +5,7 @@
 
 <aop>
    <interceptor class="org.jboss.aspects.remoting.InvokeRemoteInterceptor" scope="PER_VM"/>
-   <interceptor class="org.jboss.aspects.security.SecurityClientInterceptor" scope="PER_VM"/>
+   <interceptor class="org.jboss.ejb3.security.client.SecurityClientInterceptor" scope="PER_VM"/>
    <interceptor class="org.jboss.aspects.tx.ClientTxPropagationInterceptor" scope="PER_VM"/>
    <interceptor class="org.jboss.ejb3.remoting.IsLocalInterceptor" scope="PER_VM"/>
    <interceptor class="org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor" scope="PER_VM"/>
@@ -15,42 +15,42 @@
 
    <stack name="ServiceClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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="AsynchronousStatelessSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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="AsynchronousStatefulSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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">
       <!--interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/-->
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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="StatefulSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <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="ClusteredStatelessSessionClientInterceptors">
       <!--interceptor-ref name="org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor"/-->
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.remoting.ClusterChooserInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
@@ -58,7 +58,7 @@
 
    <stack name="ClusteredStatefulSessionClientInterceptors">
       <interceptor-ref name="org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor"/>
-      <interceptor-ref name="org.jboss.aspects.security.SecurityClientInterceptor"/>
+      <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.remoting.ClusterChooserInterceptor"/>
       <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>




More information about the jboss-cvs-commits mailing list