discuss_ja@glassfish.java.net

RE: java.lang.IllegalStateException has appered when I used the JTA for PostgreSQL 8

From: jack_spallaw <xbl08325_at_nifty.com>
Date: Fri, 5 Sep 2008 15:46:47 +0900

Hi Judy!

> Is your application WAR or EAR ? In GF v3 Prelude, only WAR is supporte.
Aye aye!
My application is justWAR.
The application was dropped into the attached file in this original-message.
https://glassfish.dev.java.net/servlets/GetAttachment?list=quality&msgId=182
8742&attachId=1

So, uncompress the archive and see it please.

For reference :
I got the PostgreSQL 8.2.3 and PGAdminⅢ from
http://www.entropy.ch/software/macosx/postgresql/

After the installation, I created the database, "torutuga" and "portroyal".
Then create table BOOK_LIST as torutuga and SHOPPING_CART as portroyal.
These DDL are in the attached file.

Thank you.

>Bring this thread up, any one can help ?
>
>Is your application WAR or EAR ? In GF v3 Prelude, only WAR is supported.
>
>Thanks,
>Judy
>
>jack_spallaw wrote:
>>
>>IllegalStateException has appered when I used the JTA for PostgreSQL
8.2.3.
>>
>>Please teach me, what is the cause and how to resolve this problem.
>>
>>Target Environment
>>・Machine :iMac7,1
>>・CPU   :Intel Core 2 Duo 2GHz
>>・memory :2G Bytes
>>・OS   :Mac OS X 10.4.11 Tiger
>>・kernel :Darwin 8.11.1
>>・Java   :java version “1.5.0_13″
>>・DBMS  :PostgreSQL 8.2.3
>>
>>And I bring the evidence and application.
>>This application has being able to run of experience on the "GFv2".
>>