Hi all,

Problem was indeed due to the version of the birt reporting tool, a simple
way to fix it would be to change the birt report version in the .reportview
file:

<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design"; version="3.2.7"
id="1">

to

<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design"; version="3.2.2"
id="1">

now my problem is with the report's user's defined parameters, mifos prompet
for the parameters but i didnt see a text input that allows the user to
enter a value! any idea what needs to be changed?

Regards,
Bilani Omar



On 12/5/07, omar bilani <[EMAIL PROTECTED]> wrote:
>
> Hi,
> 1) i created an empty report, it contains only the date.
> 2) i built the application then deployed it under tomcat.
> 3) i chose in the admin section to upload a new report and i chose the
> newly created report from within the webapps folder: \webapps\mifos\report
> 4) when i kept getting this error whenever i try to run or open this
> report:
>   The design file 
> file:/C:/Tomcat-5.5.20/webapps/mifos/report/new_report_3.rptdesign
> has error and can not be run.
>
> i also got this error in the tomcat output window:
>
> Caused by: Error.DesignFileException.INVALID_XML - 1 errors found!
>
> 1.) ( line = 0, tag = null)
> *org.eclipse.birt.report.model.parser.DesignParserException* (code =
> Error.DesignParserException.UNSUPPORTED_VERSION, message : The report file
> of version "3.2.7" is not supported.)
>
> any idea why this error is occuring? does mifos supports version: 3.2.7 ?
>
> thanks
>
>
>
>
>
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

Reply via email to