You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Leandro Rodrigo Saad Cruz <le...@ibnetwork.com.br> on 2003/05/27 22:54:07 UTC

xml parser problems

Hi all. I noticed that OJB started to look for repository.dtd outside
the app classpath. Why ? now I have to put the repository.dtd file on my
app root directory instead of WEB-INF/classes.

-- 
Leandro Rodrigo Saad Cruz
IT - Inter Business Tecnologia e Servicos (IB)
http://www.ibnetwork.com.br
http://jakarta.apache.org/ojb


Re: xml parser problems

Posted by Armin Waibel <ar...@code-au-lait.de>.
Hi Leandro,

sorry was my fault.
Fix is in CVS.
Files: RepositoryPersistor

regards,
Armin

----- Original Message -----
From: "Armin Waibel" <ar...@code-au-lait.de>
To: "OJB Users List" <oj...@db.apache.org>
Sent: Wednesday, May 28, 2003 8:18 AM
Subject: Re: xml parser problems


> Hi Leandro,
>
> I made some modifications in
> RepositoryPersistor (using InputSource)
> and MetadataManager but this
> shouldn't change the behaviour of the
> classes - do I overlook something?
>
> regards,
> Armin
>
> ----- Original Message -----
> From: "Leandro Rodrigo Saad Cruz" <le...@ibnetwork.com.br>
> To: "OJB Users List" <oj...@db.apache.org>
> Sent: Tuesday, May 27, 2003 10:54 PM
> Subject: xml parser problems
>
>
> > Hi all. I noticed that OJB started to look for repository.dtd
outside
> > the app classpath. Why ? now I have to put the repository.dtd file
on
> my
> > app root directory instead of WEB-INF/classes.
> >
> > --
> > Leandro Rodrigo Saad Cruz
> > IT - Inter Business Tecnologia e Servicos (IB)
> > http://www.ibnetwork.com.br
> > http://jakarta.apache.org/ojb
> >
> >
>
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> > For additional commands, e-mail: ojb-user-help@db.apache.org
> >
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
>
>
>



Re: xml parser problems

Posted by Armin Waibel <ar...@code-au-lait.de>.
Hi Leandro,

I made some modifications in
RepositoryPersistor (using InputSource)
and MetadataManager but this
shouldn't change the behaviour of the
classes - do I overlook something?

regards,
Armin

----- Original Message -----
From: "Leandro Rodrigo Saad Cruz" <le...@ibnetwork.com.br>
To: "OJB Users List" <oj...@db.apache.org>
Sent: Tuesday, May 27, 2003 10:54 PM
Subject: xml parser problems


> Hi all. I noticed that OJB started to look for repository.dtd outside
> the app classpath. Why ? now I have to put the repository.dtd file on
my
> app root directory instead of WEB-INF/classes.
>
> --
> Leandro Rodrigo Saad Cruz
> IT - Inter Business Tecnologia e Servicos (IB)
> http://www.ibnetwork.com.br
> http://jakarta.apache.org/ojb
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
>
>
>



Re: xml parser problems

Posted by Thomas Mahler <th...@web.de>.
I'm not aware of any changes in this area.
It works still fine for me.

Thomas

Leandro Rodrigo Saad Cruz wrote:
> Hi all. I noticed that OJB started to look for repository.dtd outside
> the app classpath. Why ? now I have to put the repository.dtd file on my
> app root directory instead of WEB-INF/classes.
>