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 Emmanuel Dupont <em...@jwaretechnologies.com> on 2003/08/05 17:38:33 UTC

Crimson code , How to dispatch Repository_user*.Xml

All,

 

 

I have one repository.xml file witch point to numerous repository_user.xml
files.

 

My trouble is I want to put theses files in another folder of my
repository.xml.

 

It seems that it is not possible because eatch time the path of the
repository.xml path is put before the real path I put in the repository.

 

How can I do that ?

 

Is possible to modify the crimson code ? What jar is it ?

 

 


RE : Crimson code , How to dispatch Repository_user*.Xml

Posted by Emmanuel Dupont <em...@jwaretechnologies.com>.
Tx Seb !


-----Message d'origine-----
De : Sebastien Cesbron [mailto:sebastien.cesbron@laposte.net] 
Envoyé : mardi 5 août 2003 19:50
À : OJB Users List
Objet : Re: Crimson code , How to dispatch Repository_user*.Xml

It works fine for me when I put

<!ENTITY foo SYSTEM "somepath/repository.xml> in the DOCTYPE


and

&foo; in the include section

Seb


Emmanuel Dupont wrote:
> All,
> 
>  
> 
>  
> 
> I have one repository.xml file witch point to numerous repository_user.xml
> files.
> 
>  
> 
> My trouble is I want to put theses files in another folder of my
> repository.xml.
> 
>  
> 
> It seems that it is not possible because eatch time the path of the
> repository.xml path is put before the real path I put in the repository.
> 
>  
> 
> How can I do that ?
> 
>  
> 
> Is possible to modify the crimson code ? What jar is it ?
> 
>  
> 
>  
> 
> 


---------------------------------------------------------------------
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: Crimson code , How to dispatch Repository_user*.Xml

Posted by Sebastien Cesbron <se...@laposte.net>.
It works fine for me when I put

<!ENTITY foo SYSTEM "somepath/repository.xml> in the DOCTYPE


and

&foo; in the include section

Seb


Emmanuel Dupont wrote:
> All,
> 
>  
> 
>  
> 
> I have one repository.xml file witch point to numerous repository_user.xml
> files.
> 
>  
> 
> My trouble is I want to put theses files in another folder of my
> repository.xml.
> 
>  
> 
> It seems that it is not possible because eatch time the path of the
> repository.xml path is put before the real path I put in the repository.
> 
>  
> 
> How can I do that ?
> 
>  
> 
> Is possible to modify the crimson code ? What jar is it ?
> 
>  
> 
>  
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org