In OJB.properties, try setting the log level for RepositoryXmlHandler to DEBUG. I have used this to track XML-related errors, since the output shows you the details of the parsing and typically at the failure point you can see which XML element the parser bombed out at.
Hope that helps, Cheers, Chris David Corbin wrote: > I don't want to sound like a whiner, and I certainly appreciate > everything everybody has done in making OJB what it is, but my largest > peeve right now is that when something is "out of wack" with the > repositoryl.xml-javaObjects-schema, you can one large unhelpful error > message that repository.xml could not be opened. You get this if your > XML is invalid. You get this if a table is missing. You get this if a > property name is misspelled. Is anyone doing anything to improve the > error message that happen "on load"? > > Thanks David > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
