[Jboss-cvs] JBossAS SVN: r55865 - trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 14 03:57:26 EDT 2006


Author: wolfc
Date: 2006-08-14 03:57:22 -0400 (Mon, 14 Aug 2006)
New Revision: 55865

Modified:
   trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy/ejb3-interceptors-aop.xml
Log:
fixed typo

Modified: trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy/ejb3-interceptors-aop.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy/ejb3-interceptors-aop.xml	2006-08-14 07:57:01 UTC (rev 55864)
+++ trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy/ejb3-interceptors-aop.xml	2006-08-14 07:57:22 UTC (rev 55865)
@@ -78,7 +78,7 @@
    <interceptor factory="org.jboss.ejb3.remoting.ReplicantsManagerInterceptorFactory" scope="PER_CLASS"/>
    <interceptor class="org.jboss.ejb3.AllowedOperationsInterceptor" scope="PER_VM"/>
 
-   <typedef name="ejb3intercepted" expr="class(@javax.interceptor.Interceptors) OR class(@javax.ejb.Interceptor) OR hajavax.interceptor.AroundInvokendInvoke(..))"/>
+   <typedef name="ejb3intercepted" expr="class(@javax.ejb.Interceptors) OR class(@javax.ejb.Interceptor) OR has(* *->@javax.ejb.AroundInvoke(..))"/>
 
    <domain name="Stateless Bean">
       <bind pointcut="execution(* *->*(..))">




More information about the jboss-cvs-commits mailing list