Community
Participate
Working Groups
Build Identifier: 20100617-1415 I am creating connection to WebService using Custom ODA Runitme Driver and ODA Plugin. I created the two corresponding jars as eclipse plugin and deployed in ReportEngine/plugins to make available when report is run in an standalone application. When report is run it throws exception as " Cannot find or process the ODA data source extension configuration." Reproducible: Always Steps to Reproduce: 1. Create ODA Designer Plugin Project and ODA Runtime Driver plugin project with default settings.And create a sample Birt report. 2. Export the plugins as Deployable plugin jars and deploy them to ReportEngine/plugins. 3. Run the report .
Created attachment 187075 [details] ODA Plugin problem.
Any workaround will also work. If I am missing something please let me know or guide me to make the plugins available to report for it to run.These plugins are used DataSource for report to run.
The error message indicates that your custom plugins are not loaded by OSGi, and thus cannot be found. Check the dependencies of your custom plugins, including nested ones, to ensure that they are all deployed and available to your appl. This is a user deployment issue, and not a BIRT bug. Please use the BIRT user forum to post inquiries on such issues.
Thanks Linda, I fixed this issue by following your comment.