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?