Hi,<br />
<br />
Recently I installed STS and tried to deploy my birt report into grails application (within Birt plugin for Grails). I used birt-report-test example from <a class='bbc_url' href='
http://grails.org/plugin/birt-report'>Grails Birt plugin</a>. After trying to show my custom report with a chart binded to csv data file I get the >>Cannot open flat file database under directory: null<< message.<br />
<br />
How should I resolve this problems since deploying report in Birt viewer on tomcat works fine. I have my_csv.csv file in the same folder as where reports are deployed. I have tried also creating subfolder but without any success.<br />
<br />
Should i specify some additional dependencies maybe ?<br />
<br />
Data Source code in .rptdesign: <br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><oda-data-source extensionID="org.eclipse.datatools.connectivity.oda.flatfile" name="example" id="1943">
<property name="URI">my_csv.csv</property>
<property name="DELIMTYPE">COMMA</property>
<property name="CHARSET">UTF-8</property>
<property name="INCLCOLUMNNAME">YES</property>
<property name="INCLTYPELINE">YES</property>
<property name="TRAILNULLCOLS">NO</property>
</oda-data-source></pre>