Re: error parsing repository.xml

2004-01-10 Thread Armin Waibel
Hi Larry, hmm, stack trace says: Caused by: org.apache.ojb.broker.metadata.MetadataException: Can not read repository class descriptor data, using repository: repository_user.xml and [org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: class-descriptor

Re: error parsing repository.xml

2004-01-10 Thread Armin Waibel
Hi again, maybe the problem could be the isolation-level set on descriptor-repository element level (repository.xml file), this level is used as default level in class-descriptor. Do you set isolation-level attribute on this level? How does your repository.xml file look like? Should be

Re: error parsing repository.xml

2004-01-10 Thread Larry V. Streepy, Jr.
It turns out that my application was picking up an old repository.xml, one that was actually just the user fragment. So, it started with a class-descriptor. Since there was no DTD declared in the file, there was no default value for isolation-level and, thus, the parser returned null.

error parsing repository.xml

2004-01-09 Thread Larry V. Streepy, Jr.
I've got a very strange error cropping up when I try to run a simple test program for OJB. Note that I can build and execute the JUnit tests using the distribution and things work fine. However, when I construct a simple batch file to include all the jar files from the ojb "lib" directory and

Re: error parsing repository.xml

2004-01-09 Thread Larry V. Streepy, Jr.
I've attached a second stack trace (with OJB recompiled with debug information) and it more properly shows the error I'm describing. Thanks. Larry V. Streepy, Jr. wrote: I've got a very strange error cropping up when I try to run a simple test program for OJB. Note that I can build

Re: error parsing repository.xml

2004-01-09 Thread Larry V. Streepy, Jr.
Please ignore the last posting, it was the same file by mistake :-( The attached file contains the stack trace with debug information enabled. Thanks. Larry V. Streepy, Jr. wrote: I've got a very strange error cropping up when I try to run a simple test program for OJB. Note that I