[jboss-cvs] JBossAS SVN: r81629 - projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/beans/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 26 09:15:06 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-11-26 09:15:06 -0500 (Wed, 26 Nov 2008)
New Revision: 81629

Modified:
   projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/beans/test/InterceptorSimpleIfaceDeploymentTestCase.xml
Log:
Remove commented out stuff

Modified: projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/beans/test/InterceptorSimpleIfaceDeploymentTestCase.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/beans/test/InterceptorSimpleIfaceDeploymentTestCase.xml	2008-11-26 14:14:33 UTC (rev 81628)
+++ projects/microcontainer/trunk/aop-mc-int/src/test/resources/org/jboss/test/microcontainer/beans/test/InterceptorSimpleIfaceDeploymentTestCase.xml	2008-11-26 14:15:06 UTC (rev 81629)
@@ -7,17 +7,10 @@
    </bean>
 
    <interceptor xmlns="urn:jboss:aop-beans:1.0" class="org.jboss.test.microcontainer.beans.TestInterceptor"/>
-   <!-- This works -->
-   <!--
-   <bind xmlns="urn:jboss:aop-beans:1.0" pointcut="execution(* $instanceof{org.jboss.test.microcontainer.beans.iPOJO}->*(..))">
-		<interceptor-ref name="org.jboss.test.microcontainer.beans.TestInterceptor"/>
-   </bind>
-   -->
-   <!-- This does not -->
+
    <bind xmlns="urn:jboss:aop-beans:1.0" pointcut="execution(* $instanceof{org.jboss.test.microcontainer.beans.iPOJO}->$implements{org.jboss.test.microcontainer.beans.iPOJO}(..))">
       <interceptor-ref name="org.jboss.test.microcontainer.beans.TestInterceptor"/>
    </bind>
-   <!-- -->
 
    <bean name="Bean" class="org.jboss.test.microcontainer.beans.POJO"/>
    




More information about the jboss-cvs-commits mailing list