Hi All,
We are using the BIRT report designer plugin for eclipse and generating the BIRT definition files for our requirement. The datasaource and the dataset is configured accordingly and the report works fine when previewed from the report designer in eclipse.
However, we uploaded the same .rptdesign file in Alfresco and tried running the report [ by clicking the Run Report icon] an empty report with static text is generated. Even though the datasource is configured, the db data is not fetched.
this is the piece of code that is present in the rptdesign file for the datasource info.
<data-sources>
<oda-data-source extensionID="org.eclipse.birt.report.data.oda.jdbc" name="myreport" id="4">
<property name="odaDriverClass">com.mysql.jdbc.NonRegisteringDriver</property>
<property name="odaURL">jdbc:mysql://localhost:8080/alfresco</property>
<property name="odaUser">alfresco</property>
<encrypted-property name="odaPassword">alfresco</encrypted-property>
</oda-data-source>
</data-sources>
Is there any other setting to be done?
Are ny parameters to be configured ?
Please assist me on this.
Thanks in Advance