SV: SAXParseException, parsing the sqlMap-config.xml file!

2005-07-08 Thread erlend.bjorge
Hi there! Apparently you have an element type that is not in proper order with the DTD. You are right, after downloaded the JEdit (thanks for the tip) with the xml parser plugin, tested with the sqlMap-config file from the sqlMap pdf file ... I found out it was the order. I had it like this:

SAXParseException, parsing the sqlMap-config.xml file!

2005-07-07 Thread erlend.bjorge
Title: Melding Hi there! In my IntelliJ, in our Resin web applications it all works just fine with SQLMap, but when I tries to run a scheduler job (Quartz) from command prompt using SQLMap from a .bat file (I run the job from IntelliJ it works fine)it seems thatsuddenly the parsingof

Re: SAXParseException, parsing the sqlMap-config.xml file!

2005-07-07 Thread Larry Meadors
Or try to use a validating editor, like JEdit. On 7/7/05, Brandon Goodin [EMAIL PROTECTED] wrote: Apparently you have an element type that is not in proper order with the DTD. Caused by: org.xml.sax.SAXParseException: The content of element type sqlMapConfig must match