[jboss-cvs] JBossAS SVN: r79694 - projects/aop/trunk/aop/docs.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 18 07:55:20 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-18 07:55:20 -0400 (Sat, 18 Oct 2008)
New Revision: 79694

Modified:
   projects/aop/trunk/aop/docs/jboss-aop_2_0.xsd
Log:
[JBAOP-668] Update schema with comment regarding not being able to nest interceptor within bind when running in AS 5

Modified: projects/aop/trunk/aop/docs/jboss-aop_2_0.xsd
===================================================================
--- projects/aop/trunk/aop/docs/jboss-aop_2_0.xsd	2008-10-18 11:37:53 UTC (rev 79693)
+++ projects/aop/trunk/aop/docs/jboss-aop_2_0.xsd	2008-10-18 11:55:20 UTC (rev 79694)
@@ -121,6 +121,8 @@
          </xsd:documentation>
       </xsd:annotation>
       <xsd:choice minOccurs="1" maxOccurs="unbounded">
+         <!--  interceptor nested within bind is only valid in standalone jboss aop. When running within
+               AS 5, declare the interceptor at the top level, and reference via interceptor-ref instead -->
          <xsd:element name="interceptor" type="aspectOrInterceptorType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="interceptor-ref" type="interceptorRefType" minOccurs="0" maxOccurs="unbounded"/>
          <xsd:element name="stack-ref" type="stackRefType" minOccurs="0" maxOccurs="unbounded"/>




More information about the jboss-cvs-commits mailing list