Обсуждение: PostgreSQL 8.2.3, Jboss 4.0.3 and postgresql-8.2-504.jdbc4

Поиск
Список
Период
Сортировка

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

От
"Andrew Madu"
Дата:
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

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

От
Kris Jurka
Дата:

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


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

От
"Andy Dale"
Дата:
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

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