[seam-commits] Seam SVN: r8382 - trunk/src/main/org/jboss/seam.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 17 18:52:14 EDT 2008


Author: norman.richards at jboss.com
Date: 2008-06-17 18:52:14 -0400 (Tue, 17 Jun 2008)
New Revision: 8382

Modified:
   trunk/src/main/org/jboss/seam/core-2.1.xsd
Log:
JBSEAM-3096

Modified: trunk/src/main/org/jboss/seam/core-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/core-2.1.xsd	2008-06-17 21:48:33 UTC (rev 8381)
+++ trunk/src/main/org/jboss/seam/core-2.1.xsd	2008-06-17 22:52:14 UTC (rev 8382)
@@ -14,6 +14,13 @@
             <xs:documentation>A Seam component that holds Seam configuration settings</xs:documentation>
         </xs:annotation>
         <xs:complexType mixed="true">
+            <xs:choice minOccurs="0" maxOccurs="unbounded">
+                <xs:element name="disabled-interceptors" type="components:multiValuedProperty">
+                    <xs:annotation>
+                        <xs:documentation>A list of interceptors that should be disabled for all components</xs:documentation>
+                    </xs:annotation>
+                </xs:element>
+            </xs:choice>
             <xs:attributeGroup ref="components:attlist.component"/>
             <xs:attributeGroup ref="core:attlist.init"/>
         </xs:complexType>
@@ -24,6 +31,7 @@
         <xs:attribute name="jndi-pattern" type="components:string" />
         <xs:attribute name="transaction-management-enabled" type="components:boolean"/>
         <xs:attribute name="user-transaction-name" type="components:string"/>
+        <xs:attribute name="disabled-interceptors" type="components:string" />
     </xs:attributeGroup>
 
     <xs:element name="manager">




More information about the seam-commits mailing list