posted 19 years ago
Hello. If somebody has a minute, I keep getting this xml parsing error on deployment...
2005-05-06 13:38:23,440 DEBUG [org.jboss.ejb.EJBDeployer] init, cn.jar
2005-05-06 13:38:23,550 ERROR [org.jboss.metadata.XmlFileLoader] Content is not allowed in prolog.:40:1
org.xml.sax.SAXParseException: Content is not allowed in prolog.
I've checked all the xml files and they appear to be well-formed. Here is the prolog, or what I think the prolog is...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
"http://java.sun.com/dtd/ejb-jar_2_0.dtd">
Does anybody see something wrong with it or what could be possibly casujing this error if it isn't syntax related? I've been tinkering with it for hours and the error keeps occuring. Thank you very much for reading this and for your time.
[ May 06, 2005: Message edited by: Tom Griffith ]