[jboss-cvs] JBossAS SVN: r67958 - branches/Branch_4_2/ejb3/src/resources/test/ejbthree1090.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 5 15:27:30 EST 2007


Author: bdecoste
Date: 2007-12-05 15:27:30 -0500 (Wed, 05 Dec 2007)
New Revision: 67958

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/ejbthree1090/ejbthree1090-ejb3-interceptors-aop.xml
Log:
fixed <annotation expr="!class(@javax.interceptor.Interceptors)">

Modified: branches/Branch_4_2/ejb3/src/resources/test/ejbthree1090/ejbthree1090-ejb3-interceptors-aop.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/ejbthree1090/ejbthree1090-ejb3-interceptors-aop.xml	2007-12-05 20:24:22 UTC (rev 67957)
+++ branches/Branch_4_2/ejb3/src/resources/test/ejbthree1090/ejbthree1090-ejb3-interceptors-aop.xml	2007-12-05 20:27:30 UTC (rev 67958)
@@ -77,7 +77,7 @@
          @org.jboss.annotation.ejb.cache.tree.CacheConfig (name="jboss.cache:service=EJB3SFSBClusteredCache", maxSize=100000, idleTimeoutSeconds=300, removalTimeoutSeconds=0)
       </annotation>
       
-      <annotation expr="!class(@javax.interceptors.Interceptors)">
+      <annotation expr="!class(@javax.interceptor.Interceptors)">
          @javax.interceptor.Interceptors (value={org.jboss.ejb3.test.ejbthree1090.Ejb3Interceptor.class})
       </annotation>
    </domain>




More information about the jboss-cvs-commits mailing list