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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jun 9 12:49:47 EDT 2008


Author: dan.j.allen
Date: 2008-06-09 12:49:47 -0400 (Mon, 09 Jun 2008)
New Revision: 8357

Modified:
   trunk/src/main/org/jboss/seam/web-2.1.xsd
Log:
JBSEAM-3090


Modified: trunk/src/main/org/jboss/seam/web-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/web-2.1.xsd	2008-06-09 16:49:26 UTC (rev 8356)
+++ trunk/src/main/org/jboss/seam/web-2.1.xsd	2008-06-09 16:49:47 UTC (rev 8357)
@@ -133,14 +133,14 @@
         <xs:attribute name="log4j-init-file" type="components:string"/>
     </xs:attributeGroup>
     
-    <xs:element name="servlet-session">
+    <xs:element name="session">
         <xs:complexType mixed="true">
             <xs:attributeGroup ref="components:attlist.component"/>
-            <xs:attributeGroup ref="web:attlist.servlet-session"/>
+            <xs:attributeGroup ref="web:attlist.session"/>
         </xs:complexType>
     </xs:element>
     
-    <xs:attributeGroup name="attlist.servlet-session">
+    <xs:attributeGroup name="attlist.session">
         <xs:attribute name="invalidate-on-scheme-change" type="components:boolean"/>
     </xs:attributeGroup>   
    




More information about the seam-commits mailing list