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 and/or making sure repository.dtd is in CLASSPATH.
Did you try that?
If you have a webaddress in the DTD, change your doctype declaration to SYSTEM "repository.dtd" to prevent HTTP access as the point of failure during parsing (not all parsers can do this and it's silly to get DTD via HTTP in production anyway).
Regards, Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
