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 xerces and Tomcat..

It works too if a put only one jdbc-connector, but, that's not my aim,
i need to acces the 2 databases !!

Can you confirm xml file is made for only one jdbc-connector in dtd
grammar? (I'm not a specialist of xml )

Thanks




With the fact that my Parser is those who gave me Weblogic... 


On Fri, 18 Mar 2005 15:10:26 +0100, Martin Kal�n <[EMAIL PROTECTED]> wrote:
> 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 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]
> 
>

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

Reply via email to