RE: Réf. : Re: using OJB with Struts and Eclipse

2003-03-06 Thread Sylvain.Thevoz
Your repository.dtd file are missing. Sylvain -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Date: mercredi, 5. mars 2003 17:35 À: OJB Users List Objet: Réf. : Re: using OJB with Struts and Eclipse thanks for all the answers i got ; now my system finds

XML Parser problem (was : using OJB with Struts and Eclipse )

2003-03-06 Thread Philippe . VOLLE
: 06/03/2003 13:30 Objet : RE: Réf. : Re: using OJB with Struts and Eclipse Veuillez répondre à

RE: XML Parser problem (was : using OJB with Struts and Eclipse )

2003-03-06 Thread O'Reilly John
] cc : 06/03/2003 13:30 Objet : RE: Réf. : Re: using OJB with Struts and Eclipse Veuillez répondre à OJB Users List

Re: using OJB with Struts and Eclipse

2003-03-05 Thread Joerg Lensing
[EMAIL PROTECTED] schrieb: Philippe, Another solution is: create a new folder and put the conf files here configure this folder as a source folder when you build the project, your conf files will be automatically copied in WEB-INF/classes Regards Sylvain this solution is not compliant to

Re: using OJB with Struts and Eclipse

2003-03-05 Thread Will Jaynes
configure this folder as a source folder when you build the project, your conf files will be automatically copied in WEB-INF/classes Regards Sylvain -Message d'origine- De: Christopher C Worley [mailto:[EMAIL PROTECTED] Date: mardi, 4. mars 2003 19:57 À: OJB Users List Objet: Re: using OJB

Re: using OJB with Struts and Eclipse

2003-03-05 Thread David . Corbin
PROTECTED] | |cc: | |Subject: using OJB

Réf. : Re: using OJB with Struts and Eclipse

2003-03-05 Thread Philippe . VOLLE
thanks for all the answers i got ; now my system finds the repository file. however, i'm still having difficulties : here's what i get when executing a call to PersistenceBrokerFactory.createPersistenceBroker() (or as well to defaultPersistenceBroker()) [BOOT] ERROR: Error in instantiation of

using OJB with Struts and Eclipse

2003-03-04 Thread Philippe . VOLLE
Hello, I am currently building a web application based on Tomcat and Struts, using the Eclipse IDE. Trying to use OJB as the persistence layer, I have the following problem : The OJB spec. requires that the config files (OBJ.properties, repository.xml...) be retrieved from the classpath, which

Re: using OJB with Struts and Eclipse

2003-03-04 Thread Christopher C Worley
Philippe, Change your eclipse build directory from /WEB-INF/classes to /classes. -chris worley Hello, I am currently building a web application based on Tomcat and Struts, using the Eclipse IDE. Trying to use OJB as the persistence layer, I have the following problem : The OJB spec. requires

Re: using OJB with Struts and Eclipse

2003-03-04 Thread Thomas Mahler
Hi Philippe, just place OJB.properties into the root of your source folder. it will be copied to WEB-INF/classes by eclipse automatically on a complete build. chers, Thomas [EMAIL PROTECTED] wrote: Hello, I am currently building a web application based on Tomcat and Struts, using the Eclipse

Re: using OJB with Struts and Eclipse

2003-03-04 Thread Colin Kilburn
Phillipe, I keep my repository*.xml files in WEB-INF/src, and eclipse seems to copy them over to WEB-INF/classes for me. I also use the Sysdeo Tomcat plugin, which may be what's actually helping me out. HTH, Colin [EMAIL PROTECTED] wrote: Hello, I am currently building a web application