Connections to Informix DB are not reused (and not closed) [message #723046] |
Wed, 07 September 2011 10:00  |
Eclipse User |
|
|
|
Hi,
we use BIRT designer 2.6.1 to create our reports and deploy them to our JBoss 4.2.3.GA application server running our application and BIRT engine 3.7.
We have a complex report that needs to make a lot of queries (more than 50). When running this report on a MySQL DB, all queries use the same database connection. When running the report on an Informix DB, a new database connection is created for every query. After executing the queries the connections are not closed. Another report will reuse the open connections, but the connections are not reused from within the same report.
This behaviour is the same for both DB connections using URL and username/password and using JNDI.
I would like BIRT to reuse the existing database connections on Informix DB as it does on MySQL DB. Do you have an idea what causes this behaviour and how it can be fixed?
Thanks in advance for your replies!
Regards,
meltie
|
|
|
|
|
|
|
|
|
Re: Connections to Informix DB are not reused (and not closed) [message #725025 is a reply to message #724835] |
Tue, 13 September 2011 14:13  |
Eclipse User |
|
|
|
Can you open a bugzilla entry for this?
Jason
On 9/13/2011 6:19 AM, meltie wrote:
> Hi Jason,
>
> thanks for your reply.
> As I wrote above, the behaviour is the same for both JNDI and standard
> JDBC connections. I am sure I used JNDI because I tested this and used a
> datasource configuration that only had the JNDI URL and no other
> connection data (to make sure there would be no fallback to JDBC
> connection). I did numerous test with different datasource
> configurations and JNDI datasource options and the behaviour was always
> the same on Informix.
> Regards,
>
> meltie
|
|
|
Powered by
FUDForum. Page generated in 0.04089 seconds