You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jeremy Olmstead <jo...@gmail.com> on 2010/08/20 16:57:58 UTC

Birt Report Formats

I have setup a birt report following the example application.  In the
controller file when I setup the content-type as "application/pdf" or
"application/vnd.ms-powerpoint" everything works fine.  When the
content type is "application/vnd.ms-excel" it works, but I get a
warning that the file is in a different format than what the extension
says even though the extension is .xls.  "Application/vnd.ms-word"
comes with no extension, but opens correctly if I select Word as the
application to open it in.  When content-type is "text/html" I get the
error: HTTP Status 500 - ERROR rendering error page
[/error/error.jsp], but here is the error text:
org.eclipse.birt.report.engine.api.EngineException&#58; Error happened
while running the report.

Anyone have any content-type problems with birt like explained above?

Thanks,
Jeremy