View Single Post
  #10 (permalink)  
Old 05-21-2009, 04:25 AM
ianlufc ianlufc is online now
Junior Member
 
Join Date: Apr 2009
Posts: 29
Default Still having trouble

Hi Michael

I'm still having trouble with deploying these reports in birt runtime

have a question for you,
when i create my report in eclipse and look at the XML source the version is 3.2.17 see below
<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.17" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.3.2.r232_20090202 Build &lt;2.3.2.v20090304-1357></property>
<property name="units">in</property>
<property name="iconFile">/templates/grouped_listing.gif</property>
<property name="cheatSheet">org.eclipse.birt.report.designer.ui.cheatsheet.groupedlisting</property>
<property name="bidiLayoutOrientation">ltr</property>
<parameters>
<scalar-parameter name="cat" id="52">
<property name="valueType">dynamic</property>
<property name="dataType">string</property>

but the plug in i use is 2_3_2 hmmm
What version of the runtime should be compatible with any typre of reports generated by my version in eclipse???

At the moment if i create a simple report that groups data and i copy it straight into the folder on my tomcat server the application just hangs on the processsing please wait page and displays errors on page
Error "Constants.request.rtl" is null or not an object..

But when i preview them in eclipse they work fine
Oh im now using BIRT runtim 2_3_2 on the server

Sorry about long message
Thanks
Ian

Last edited by ianlufc : 05-21-2009 at 04:29 AM.
Reply With Quote