Re: pgsql XA with weblogic 8.1?

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: Jan de Visser <jdevisser(at)digitalfairway(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: pgsql XA with weblogic 8.1?
Date: 2005-12-06 20:45:33
Message-ID: Pine.OSF.4.61.0512062240140.464085@kosh.hut.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 6 Dec 2005, Jan de Visser wrote:

> On Tuesday 29 November 2005 00:50, Kris Jurka wrote:
>> Any chance you could send us a log trace using
>> Oliver's new logging code in 8.2dev with loglevel=2?
>
> Anybody care to explain how I set that up using a DataSource? There does not
> seem to be a setLogLevel on BaseDataSource, and I can't use a URL either...

Doesn't seem to be directly possible. The loglevel variables are static
however, so you should be able to just call
org.postgresql.Driver.setLogLevel, unless there's some classloader issues.

If that doesn't work, can you try a quick & dirty patch to enable logging,
and recompile from source? I can do that if you don't have the build
environment ready.

- Heikki

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andres Olarte 2005-12-06 22:33:35 Re: Advise on mapping JTable to large PostgreSQL table
Previous Message Tom Lane 2005-12-06 17:07:57 Re: More about deadlock