[seam-commits] Seam SVN: r8491 - trunk/src/main/org/jboss/seam.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jul 23 01:39:00 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-07-23 01:39:00 -0400 (Wed, 23 Jul 2008)
New Revision: 8491
Modified:
trunk/src/main/org/jboss/seam/security-2.1.xsd
Log:
user-class is required
Modified: trunk/src/main/org/jboss/seam/security-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/security-2.1.xsd 2008-07-22 15:58:20 UTC (rev 8490)
+++ trunk/src/main/org/jboss/seam/security-2.1.xsd 2008-07-23 05:39:00 UTC (rev 8491)
@@ -64,7 +64,7 @@
<xs:attributeGroup name="attlist.jpa-identity-store">
<xs:attribute name="entity-manager" type="components:string"/>
- <xs:attribute name="user-class" type="components:string"/>
+ <xs:attribute name="user-class" type="components:string" use="required"/>
<xs:attribute name="role-class" type="components:string"/>
<xs:attribute name="features" type="components:string"/>
</xs:attributeGroup>
More information about the seam-commits
mailing list