Author: shane.bryzak(a)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>
Show replies by date