[firebird-support] Exceptioin when using connection in distributed transaction in Java Application server

2014-09-18 Thread doyc...@dsoft-bg.com [firebird-support]
Hi, This exception I get when I try to close connection that I get from a Datasource that I lookup from JNDI. I use try { // Some code that uses connection } finally { connection.close(); } 11:58:47,160 ERROR [STDERR] Caused by: org.firebirdsql.jdbc.FBSQLException: Connection enlisted

Re: [firebird-support] Exceptioin when using connection in distributed transaction in Java Application server

2014-09-18 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 18 Sep 2014 02:03:34 -0700, doyc...@dsoft-bg.com [firebird-support] firebird-support@yahoogroups.com wrote: Hi, This exception I get when I try to close connection that I get from a Datasource that I lookup from JNDI. I use try { // Some code that uses connection } finally {