[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] Problems with ODA datasource
|
- From: Chris <birt@xxxxxxxxx>
- Date: Tue, 29 Jul 2008 11:41:36 +0200
- Newsgroups: eclipse.birt
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
Hello Together,
I try in vain to create an ODA Datasource.
-) I created the typical oda and oda.ui projects (according the various samples)
-) I launched the Eclise App - the driver is there. I successfully create a test report
showing me some sample data provided by my datasource.
-) I packaged the 2 plugins - put them into the plugin directory of my eclipse application
-) Now I am able to create a test report within my "working instance" of eclipse -> works
fine again.
-) I try to create a HTML report using Birt Apis (start platform, create report engine,
create RunAndRenderTask etc. etc).
Now I get the exception below:
Does anyone have an idea what this means, or does someone maybe have some hints how I can
track the problem down?
I'm really stuck here - any help would be very appreciated.
Regards,
Chris
29.07.2008 11:30:51 org.eclipse.birt.data.engine.odaconsumer.Driver doGetDriverManifest
SCHWERWIEGEND: Cannot process data source extension configuration.
java.lang.IllegalArgumentException: com.wavesolutions.emslib.oda
at
org.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer.getExtensionManifest(ManifestExplorer.java:192)
at org.eclipse.birt.data.engine.odaconsumer.Driver.doGetDriverManifest(Driver.java:147)
at
org.eclipse.birt.data.engine.odaconsumer.Driver.findDataSourceExtensionConfig(Driver.java:123)
at org.eclipse.birt.data.engine.odaconsumer.Driver.getDriverExtensionConfig(Driver.java:78)
at org.eclipse.birt.data.engine.odaconsumer.Driver.getExtensionConfig(Driver.java:60)
at org.eclipse.birt.data.engine.odaconsumer.Driver.getDriverHelper(Driver.java:93)
at
org.eclipse.birt.data.engine.odaconsumer.DriverManager.getDriverHelper(DriverManager.java:87)
at
org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:132)
at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:134)
at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:121)
at
org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:214)
at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:265)
at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:210)
at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:500)
at
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:161)
at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:142)
at
org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:445)
at
org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:151)
.......