Can't read repository file 'repository.xml

2006-09-10 Thread Sergio del Amo Caballero
Hi all, I am getting an error while trying to retrieve my repository.xml file. My repository.xml is under the WEB-INF/classes directory of my struts web application. Exactly the line is where i try to read it is: PBKey pbKey = new PBKey(repository.xml); I tried with relative url-path: PBKey

Re: o suitable Driver for jdbc

2006-07-29 Thread Sergio del Amo Caballero
Armin Waibel wrote: Hi Sergio, I never used the 3.x driver, but the 5.x driver works without any problems. Seems to be a classpath issue, if you run the ant task in debug mode (ant build -debug) do you get any other warnings or more detailed error message? regards, Armin Hi Armin, Sorry

o suitable Driver for jdbc

2006-07-21 Thread Sergio del Amo Caballero
Hello, I wanted to use OJB for a web application. So, i went to the ojb site and follewed the getting started tutorial. Unfortunately i got stacked with a mysql driver issue. I try not to write here because i guess this is a common problem but i googled and try to look for the solution into