I am using the binary release of OJB 1.0.1. And I don't know which XML parser I am using. I don't even know where to specify that. The only xml processing jar in my classpath is dom4j. Should something else be there?
I just put xerces-2.4.0 in the WEB-INF/lib/ to no avail. Same error.
And I am running in DEBUG because it was failing, not the other way around ;)
Charlie
Martin Kal�n said the following on 3/17/2005 8:00 PM:
Charles N. Harvey III wrote: > (MetadataManager.java:155) - No repository.xml file found, starting
with empty metadata and connection configuration
See also http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=16025
This has been known to be working (see my reply to Markus). Are you using the binary release of OJB 1.0.1? Which XML-parser and version are you using?
Why would it do that? Why would it tell me that it can't find a repository.xml when it just printed out the entire thing?
As stated on the other thread, the error reporting is poor in this area - a FileNotFoundException is caught causing this generic error to be logged without a stacktrace (so no indication of exact point of failure during file load or parse).
Even better, this doesn't happen all the time.
Is it related to you turning on DEBUG or did you just do this to trace the problem after it happened in the first place?
Regards, Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
