Subject | Re: [Firebird-Java] IllegalStateException (JBoss, Timeout) |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-04-30T12:27Z |
> It seems I run into timeout problems with JBoss and pooled firebird connection. But as I am pretty new to JBoss, Firebird and Java, I haven't got a clue what to do about it.IIRC, it can happen only when the application tries to close the already
>
> In case of the error below I have to restart JBoss to get rid of the problem. The problem then re-arises after a few minutes (of inactivity?).
>
> Any idea?
closed connection. Do you call XAConnection.close() method in your code?
Roman