|
| cc:
|
| Subject: Re: [JBoss-user] Postgres commit problem
|
>---|
Jure Lodrant wrote:
> When clo
Jure Lodrant wrote:
> When closing the connection in a session bean's remove method, I get this
>
> --
> TRANSACTION ROLLBACK EXCEPTION:null; nested exception is:
> javax.ejb.EJBException
> [BankBean] java.lang.RuntimeException: Unable
When closing the connection in a session bean's remove method, I get this
--
TRANSACTION ROLLBACK EXCEPTION:null; nested exception is:
javax.ejb.EJBException
[BankBean] java.lang.RuntimeException: Unable to deregister with
Transaction
If you're talking about the same problem (you need to call close for
connections to commit properly) I think it's probably thought of as low
priority because you should be closing them anyway - remember that that
doesn't really close the physical connection, it just lets the pool know
that you
Hermann RANGAMANA wrote:
> Close the connection after each transaction... that was the only workaround
> i was suggested to use ... and it works fine! However, i've not tested yet
> the impact of opening/closing the connection for each transaction ...
>
Assuming that you're getting the connecti
|
| To: <[EMAIL PROTECTED]>
|
| cc:
|
| Subject: Re:
Close the connection after each transaction... that was the only workaround
i was suggested to use ... and it works fine! However, i've not tested yet
the impact of opening/closing the connection for each transaction ...
--hermann
- Original Message -
From: "Jure Lodrant" <[EMAIL PROTECT