The first part of the examples-config.xml file for the sandbox examples is
missing
----------------------------------------------------------------------------------
Key: MYFACES-805
URL: http://issues.apache.org/jira/browse/MYFACES-805
Project: MyFaces
Type: Bug
Versions: Nightly
Reporter: Bruno Aranda
Assigned to: Bruno Aranda
Priority: Minor
Fix For: Nightly
The top part of the examples-config.xml file (at least for the sandbox) is
missing:
<?xml version="1.0"?>
<!DOCTYPE faces-config PUBLIC
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<!-- =========== FULL CONFIGURATION FILE ================================== -->
<faces-config>
and this provokes a org.xml.sax.SAXParseException...
INFO: Reading config /WEB-INF/examples-config.xml
10/11/2005 10:37:35 org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 5 column 18: Document is invalid: no grammar found.
org.xml.sax.SAXParseException: Document is invalid: no grammar found.
I am going to add it again now...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira