repository.xml partially read

2005-03-18 Thread Bruno CROS
Hello, I setup a repository.xml as ojb-blank project description of my file is below. This file works very well on Tomcat over windows, but not at all on AIX ! AIX log tells me that No repository is loaded, the parsing seems to stop in a subfile !! (see below) so OJB starts with empty

Re: repository.xml partially read

2005-03-18 Thread Thomas Dudziak
Might be that the XML parser has problems with entities. You can try changing the XML parser, e.g. putting Xerces into the lib folder. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: repository.xml partially read

2005-03-18 Thread Martin Kalén
Bruno CROS wrote: I setup a repository.xml as ojb-blank project description of my file is below. This file works very well on Tomcat over windows, but not at all on AIX ! This is the third subject on the same issue in a pretty short time, the other two were resolved by changing DTD declaration

Re: repository.xml partially read

2005-03-18 Thread Bruno CROS
repository.dtd is in classpath, and i tried to declare it in repository.xml with SYSTEM repository.dtd. No way. I think the failure occurs because i have 2 jdbc-descriptors, and dtd allows only one connector (according to doc in file). But what i cannot understand, is that it works fine with

Re: repository.xml partially read

2005-03-18 Thread Thomas Dudziak
No, you can have multiple jdbc-connection-descriptor elements, but they need to differ in the jcd-alias. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: repository.xml partially read

2005-03-18 Thread Bruno CROS
Waouh, was just an awful bad naming. I had forgotten than Windows is not case sensitive !!! Unix is... argh the xml database in my repository.xml was named repository_database_rushDB instead of repository_database_rushDb. So confuseD. So sorrY. Thanks again for your help. ++ On Fri, 18 Mar