I experienced the same problem. I download the driver for Version 8.2. Under Geronimo's repository this folder postgresql was created.
Complete path: $GERONIMO_HOME/repository/postgresql/postgresql-8.2/508.jdbc3 It contains postgresql-8.2-508.jdbc3.jar So do it for driver 8.4 in folder postgresql mkdir postgresql-8.4/701.jdbc4 copy postgresql-8.4-701.jdbc4.jar in that directory and you can use 8.4 driver I successfully setup a database pool doing this way. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Geronimo-v2-2-PostgreSQL-8-4-tp430730p745429.html Sent from the Users mailing list archive at Nabble.com.
