Sun Java Studio Creator and PostgreSQL

From: Poul Møller Hansen <freebsd(at)pbnet(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Sun Java Studio Creator and PostgreSQL
Date: 2006-09-14 20:40:01
Message-ID: 4509BE21.10404@pbnet.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have some troubles getting Sun Java Studio Creator & Sun Java
Application Server to work with
PostgreSQL.

Trying different syntaxes for the SQL statement (schema or no schema) in
the session bean
I get either the error: "No columns in table: pmh.tablename" or
"Cannot change transaction isolation level in the middle of a transaction"
when trying to delete, insert or update rows. Selecting is ok.

The application works fine when using an Apache Derby database, so the
problem is related to PostgreSQL

I can see several postings on other mailing lists with the same problem,
but haven's found any solution.

Do anyone of you know what I can do ?

Thanks,
Poul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bernhard Weisshuhn 2006-09-14 20:42:52 Re: Is it possible to have multiple names for a column?
Previous Message Scott Marlowe 2006-09-14 19:44:55 Re: Is it possible to have multiple names for a column?