On Wed, 28 Feb 2007, Andrew Madu wrote:
> i've just upgraded from posgreSQL 8.1 to 8.2.3. I placed
> postgresql-8.2-504.jdbc4 in /deploy/ejb3.deployer, restarted jboss and the
> proces breaks when it gets to detecting what postgresql driver is being
> used! I remove the jdbc4 driver and replace it with, my original driver,
> postgresql-8.1-405.jdbc3 and all works fine again!
>
> I am using Java 1.5.0_06 on Window XP SP2
>
JDBC4 is only available with the 1.6 JDK.
Kris Jurka