We are using JBoss 3.03 and want to use Saxon 6.5.2 as the Transformer and Xerces 2.0.1 as the parser. The problem is that when used, the parser coughs on parsing the Jetty config file. See error below. Has anyone else had this problem and is it a matter of making the config file more conformat to spec or something else. Thanks Greg

2002-12-08 14:28:08,555 INFO [org.jboss.jetty.JettyService] Creating
2002-12-08 14:28:08,806 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:2 col:129 : org.xml.sax.SAXParseException: Document root element "server", must match DOCTYPE root "Configure".
2002-12-08 14:28:08,806 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:2 col:129 : org.xml.sax.SAXParseException: Element type "server" must be declared.
2002-12-08 14:28:08,816 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:13 col:80 : org.xml.sax.SAXParseException: Element type "mbean" must be declared.
2002-12-08 14:28:08,816 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:31 col:34 : org.xml.sax.SAXParseException: Element type "attribute" must be declared.
2002-12-08 14:28:08,816 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:40 col:51 : org.xml.sax.SAXParseException: Element type "attribute" must be declared.
2002-12-08 14:28:08,816 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:52 col:44 : org.xml.sax.SAXParseException: Element type "attribute" must be declared.
2002-12-08 14:28:08,826 WARN [org.jboss.jbossweb] WARNING: ERROR@null line:245 col:44 : org.xml.sax.SAXParseException: Element type "attribute" must be declared.
2002-12-08 14:28:08,836 ERROR [org.jboss.jbossweb] problem configuring Jetty:
org.xml.sax.SAXParseException: Document root element "server", must match DOCTYPE root "Configure".
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:232)
at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:173)
at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:362)





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to