PostgreSQL 8.2.3, Jboss 4.0.3 and postgresql-8.2-504.jdbc4

Started by Andrew Maduabout 19 years ago3 messagesgeneral
Jump to latest
#1Andrew Madu
andrewmadu@gmail.com

Hi,
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!

What is the issue here?

I am using Java 1.5.0_06 on Window XP SP2

--
Regards

Andrew

#2Andy Dale
andy.dale@gmail.com
In reply to: Andrew Madu (#1)
Re: PostgreSQL 8.2.3, Jboss 4.0.3 and postgresql-8.2-504.jdbc4

Hi,

Have tried putting the JDBC driver in $JBOSS_HOME/server/<server
config>/lib, that is where the I always put jdbc drivers (The default
Hypersonic driver is also in this directory).

Cheers,

Andy

Show quoted text

On 28/02/07, Andrew Madu <andrewmadu@gmail.com> wrote:

Hi,
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!

What is the issue here?

I am using Java 1.5.0_06 on Window XP SP2

--
Regards

Andrew

#3Kris Jurka
books@ejurka.com
In reply to: Andrew Madu (#1)
Re: PostgreSQL 8.2.3, Jboss 4.0.3 and postgresql-8.2-504.jdbc4

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