I just ran a little test here. I put some invalid markup at the beginning of my repository.xml file in order to see if I would get an error message about it not being parsed correctly, and I did.
So it appears that the repository.xml file is being read.
But this is quite puzzling, because my OJB.properties and repository.xml files are indeed working when I run my code inside Eclipse.
Still puzzled. Anyone have any ideas I could try?
Please set the log level of the repository handler to INFO or DEBUG. Somewhere in the properties file there is a line
org.apache.ojb.broker.metadata.RepositoryXmlHandler.LogLevel=WARN
simply replace the WARN with DEBUG, and you should see a bit more info about the repository.xml parsing. You could also set the default log level to INFO to get more info.
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
