| Connections to Informix DB are not reused (and not closed) [message #723046] |
Wed, 07 September 2011 10:00  |
meltie Messages: 4 Registered: September 2011 |
Junior Member |
|
|
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 #724835 is a reply to message #724555] |
Tue, 13 September 2011 06:19   |
meltie Messages: 4 Registered: September 2011 |
Junior Member |
|
|
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), and vice versa for JDBC connections. I did numerous test with different datasource configurations and JNDI datasource options and the behaviour was always the same on Informix. I also tried different database drivers and such, with always the same result.
Regards,
meltie
[Updated on: Tue, 13 September 2011 06:22] Report message to a moderator
|
|
|
| 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  |
Jason Weathersby Messages: 9167 Registered: July 2009 |
Senior Member |

|
|
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
Jason Weathersby
BIRT Exchange
|
|
|
Powered by
FUDForum. Page generated in 0.01900 seconds