Markus Wolf wrote:
So doesn't this log output mean the files are not found?...
Am I missing something here? Can anybody give me a hint how to successful load the repository.xml from a jar-file?

As Charles Harvey just pointed out, if your are using a repository with a HTTP dtd-declaration the XML-parses might try Internet access to get the DTD. What you want is this:


<!DOCTYPE descriptor-repository PUBLIC
       "-//Apache Software Foundation//DTD OJB Repository//EN"
       "repository.dtd">

And to make sure repository.dtd is in the CLASSPATH.

OJB error-reporting should definately be improved here, it was way too complicated to get to the point...

Regards,
 Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to