[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4207) Security xsd for components.xml is incorrect
Benjamin Fayle (JIRA)
jira-events at lists.jboss.org
Tue Jun 2 04:05:07 EDT 2009
Security xsd for components.xml is incorrect
--------------------------------------------
Key: JBSEAM-4207
URL: https://jira.jboss.org/jira/browse/JBSEAM-4207
Project: Seam
Issue Type: Bug
Components: Security
Affects Versions: 2.1.1.GA
Reporter: Benjamin Fayle
When I have the following lines in a components.xml file:
[code]
<security:jpa-token-store token-class="securus.security.AutoLoginToken"/>
<security:remember-me mode="autoLogin"/>
[code]
I get an error from the schema validation.
[quote]
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'security:jpa-token-store'. components.xml securus/web/WEB-INF line 22 XML Problem
[quote]
This was reported on the SEAM JIRA's but closed as being a Tools bug.
https://jira.jboss.org/jira/browse/JBSEAM-3731
This is not a bug in the tools but a bug in the XML schema that is being used to validate the components.xml file:
http://www.jboss.com/products/seam/security-2.1.xsd
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list