[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [birt-dev] OdaJDBCDriverPassInConnection : Initialization-bug?
|
- From: "Linda Chan" <LChan@xxxxxxxxxxx>
- Date: Mon, 10 Aug 2009 13:43:58 -0700
- Delivered-to: birt-dev@eclipse.org
- Thread-index: AcoZzL6cmsGRZtK2RRComYmywrd39gALlR9Q
- Thread-topic: [birt-dev] OdaJDBCDriverPassInConnection : Initialization-bug?
Hi,
Please go ahead and submit the case in Bugzilla for further
investigation. And please do attach a sample report design that
illustrates your use case. Thanks.
Linda
Hi,
I managed to run a report against a Database-Connection
passed in via OdaJDBCDriverPassInConnection. (As suggested by the first
code-snippet on http://birtworld.blogspot.com/2008/11/birt-connection-pooling-continued-again.html).
I'm doing this within an RCP Application having loaded the following
BIRT-plugins:
org.eclipse.birt.report.engine
org.eclipse.birt.data
org.eclipse.birt.data.oda.jdbc
First
everything is working fine and my report gets generated.
But when shutting
down my application I'm getting a nullpointer-exception in the close() methode
of
org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.close(JDBCDriverManager.java:107)
This is cause the ExtraDriverLoader didn't get initialized and is null
therefore.
Everything else is working fine. If I don't load the
oda.jdbc-plugin I'm getting many other exceptions.
Am I doing something wrong
or is this a bug in the birt.data.oda.jdbc-plugin that I should file on the
eclipse-bugzilla?
My report references the datasource as
follows:
Any help would be highly appreciated,
-orgler