Re: importing PSML into the database - where do I put the driver?

2005-03-20 Thread Sven Richter
) === Does anyone know why? Thank you very much, Sven. --- My original mail --- Von: Sven Richter [EMAIL PROTECTED] An: Jetspeed Users List jetspeed-user@jakarta.apache.org Betreff: Re: importing PSML into the database - where do I

Re: importing PSML into the database - where do I put the driver?

2005-03-20 Thread David Sean Taylor
: importing PSML into the database - where do I put the driver? Datum: Sat, 19 Mar 2005 16:05:06 +0100 Hello, I think I'm slowly getting there. At least I don't get any error message anymore. It says now

Re: importing PSML into the database - where do I put the driver?

2005-03-19 Thread Sven Richter
Hello, I think I'm slowly getting there. At least I don't get any error message anymore. It says now: === [MyPortal]# maven import __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~

Re: importing PSML into the database - where do I put the driver?

2005-03-18 Thread Sven Richter
2005 17:49 : Jetspeed Users List Objet: Re: importing PSML into the database - where do I put the driver? Hello, First, thanks for your quick response. I did everything you mentioned there. But I still get the error message

Re: importing PSML into the database - where do I put the driver?

2005-03-18 Thread David Sean Taylor
Sven Richter wrote: He also mentioned that I have to update the path to include the jetspeed 1.5 jar. But I don't know how. I tried several things, but I know always get the error message, that the file NULL/.../TurbineResources.properties was not found. Maven is looking in the wrong

Re: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Sven Richter
Hallo, I works for you? Did you put it into your HOME-Directory and not into your project-root-directory (did you just create a new file or did it already exist)? Could you please post your file as an example please? Thank you very much, Sven. Am Thu, 17 Mar 2005 08:54:04 +0100 schrieb Roel

RE: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Roel van Dijk
I didn't do this, but I guess it should work. For my project I altered some of the files in the Jetspeed source directories. Read my description from earlier this week on: http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg15698.html Roel -Oorspronkelijk bericht- I

Re: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Sven Richter
Hello, First, thanks for your quick response. I did everything you mentioned there. But I still get the error message: = [MyPortal]# maven import __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent

RE: importing PSML into the database - where do I put the driver?

2005-03-17 Thread Boukhalfa BRAHITI
 : Jetspeed Users List Objet : Re: importing PSML into the database - where do I put the driver? Hello, First, thanks for your quick response. I did everything you mentioned there. But I still get the error message: = [MyPortal

RE: importing PSML into the database - where do I put the driver?

2005-03-16 Thread Roel van Dijk
-Oorspronkelijk bericht- Van: Roel van Dijk [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, March 15, 2005 2:03 PM Aan: Jetspeed Users List Onderwerp: importing PSML into the database - where do I put the driver? So here is the big question: where should I put the MySQL-Driver JAR

Re: importing PSML into the database - where do I put the driver?

2005-03-16 Thread David Sean Taylor
Roel van Dijk wrote: -Oorspronkelijk bericht- Van: Roel van Dijk [mailto:[EMAIL PROTECTED] Verzonden: Tuesday, March 15, 2005 2:03 PM Aan: Jetspeed Users List Onderwerp: importing PSML into the database - where do I put the driver? So here is the big question: where should I put the MySQL

RE: importing PSML into the database - where do I put the driver?

2005-03-16 Thread Molina Pablo (teampro)
, Pablo -Mensaje original- De: David Sean Taylor [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 16 de marzo de 2005 16:55 Para: Jetspeed Users List Asunto: Re: importing PSML into the database - where do I put the driver? Roel van Dijk wrote: -Oorspronkelijk bericht- Van: Roel

RE: importing PSML into the database - where do I put the driver?

2005-03-16 Thread Roel van Dijk
and that's it! Run maven and it will access the driver. Regards, Pablo -Mensaje original- De: David Sean Taylor [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 16 de marzo de 2005 16:55 Para: Jetspeed Users List Asunto: Re: importing PSML into the database - where do I put the driver

Re: importing PSML into the database - where do I put the driver?

2005-03-16 Thread David Sean Taylor
Molina Pablo (teampro) wrote: Wherever it is, just add it as a dependency within the project.xml file: If the .jar file is named mysql-driver-1.0.1.jar, then dependency idmysql-driver/id version1.0.1/version /dependency and that's it! Run maven and it will

Re: importing PSML into the database - where do I put the driver?

2005-03-16 Thread David Sean Taylor
Roel van Dijk wrote: path refid=maven.dependency.classpath/ pathelement path=${maven.build.dest}/ pathelement path=${org.apache.jetspeed.test.jdbc.j1.drivers.path}/ pathelement path=${org.apache.jetspeed.test.jdbc.j1.drivers.path2}/

RE: importing PSML into the database - where do I put the driver?

2005-03-16 Thread Roel van Dijk
I did see this, but was unsure how to use it. Where do I define these variables ${org.apache.jetspeed.test.jdbc.j1.drivers.path} ? in your $HOME/build.properties Excellent. Maybe it's wise to add this information to the Jetspeed-1 PSML DB page here:

importing PSML into the database - where do I put the driver?

2005-03-15 Thread Roel van Dijk
I'm following the PSML Database Configuration Guide on this page: http://portals.apache.org/jetspeed-1/psml_db.html Everything worked so far (had a little troubles with creating the .sql files for the database, but that eventually worked). I created the database, with all the tables. I altered