[EMAIL PROTECTED] writes:
> -torque.testDatabaseJar = ${maven.repo.local}/mm.mysql/jars/mm.mysql-2.0.13-bin.jar
> +torque.testDatabaseJar = ${maven.repo.local}/mm.mysql/jars/mm.mysql-2.0.14-bin.jar
We should update this at some point.
The official release is called
mysql-connector-java-2.0.14-bin.jar and should be put into
${maven.repo.local}/mysql/jars/mysql-connector-java-2.0.14-bin.jar
(http://dev.mysql.com/downloads/connector/j/2.0.html)
The latest release is mysql-connector-java-3.0.14-production-bin.jar
${maven.repo.local}/mysql/jars/mysql-connector-java-3.0.14-production-bin.jar
(http://dev.mysql.com/downloads/connector/j/3.0.html)
I hate the fscking renaming of the jars on ibiblio. If they insist on
collecting everything in the Java world, they should at least try to
get it right.
> -torque.testDatabaseJar =
> ${maven.repo.local}/postgresql/jars/postgresql-7.3-jdbc2.jar
> +torque.testDatabaseJar =
> ${maven.repo.local}/postgresql/jars/postgresql-7.3-jdbc3.jar
same here. The official jars are called
pg74.215.jdbc3.jar for PostgreSQL 7.4
pg73jdbc3.jar for PostgreSQL 7.3.x
available from http://jdbc.postgresql.org/download.html
Yes, their naming sucks. And with PostgreSQL changing their policy
regarding auto-commit lately [1], you should make very, very
sure, that you get the right driver for your PostgreSQL version.
Regards
Henning
[1] Basically they turn it always on and let the database sort it
out... ...along comes something like Hibernate; insisting on
"auto-commit=off". Boom!
--
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH
[EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/
RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire
Linux, Java, perl, Solaris -- Consulting, Training, Development
"Fighting for one's political stand is an honorable action, but re-
fusing to acknowledge that there might be weaknesses in one's
position - in order to identify them so that they can be remedied -
is a large enough problem with the Open Source movement that it
deserves to be on this list of the top five problems."
-- Michelle Levesque, "Fundamental Issues with
Open Source Software Development"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]