Hello,<br />
<br />
I use BIRT Report Engine API 2.6.2 within a portlet. It works fine with the customers.rptdesign you can find in the BIRT tutorials. But it doesn't work with reports that use our database (via HibernateDataSource). Within the Eclipse preview our report is correct. Within the portlet it shows this error below the report header:<br />
<br />
<blockquote class='ipsBlockquote' ><p>
The following items have errors:<br />
<br />
Table (id = 33):<br />
+ An exception occurred during processing. Please see the following message for details:<br />
Cannot find or process the org.jboss.tools.birt.oda driver's data source extension configuration.<br />
Cannot find the ODA dataSource extension (org.jboss.tools.birt.oda).<br />
Check the workspace log file for any problems with loading the extension bundle and its dependencies.</p></blockquote>
<br />
This is the logfile of the workspace:<br />
<a class='bbc_url' href='
http://pastebin.com/UMzWJN7i'>http://pastebin.com/UMzWJN7i</a><br />
<br />
The main error seems to be:<br />
<br />
<blockquote class='ipsBlockquote' ><p>Resource is out of sync with the file system</p></blockquote>
<br />
What can I do about this?<br />
<br />
Regards<br />
Kloss