Skip to main content



      Home
Home » Archived » BIRT » Report publishing problem
Report publishing problem [message #181681] Wed, 02 August 2006 05:38 Go to next message
Eclipse UserFriend
Originally posted by: gerhard.goosen.bluesphere.co.za

Hi, I'm pretty new to BIRT , And I am trying to figure out something. I
have downloaded the example report from the BIRT HOME and I am
previewing it, in Eclipse. It work fine. but when I publish it to my
BIRT web viewer and I try to run it there it says my report has errors
and it cant be run... what is happening here? What am I doing wrong...
Am I misunderstanding the concept of publishing or what? Any help will
be much appreciated.
Thanks.
Gerhard
Re: Report publishing problem [message #182006 is a reply to message #181681] Wed, 02 August 2006 14:45 Go to previous messageGo to next message
Eclipse UserFriend
Which example report are you using?
What is the exact error you are getting?

Jason

"Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
news:eaprqo$8d7$1@utils.eclipse.org...
> Hi, I'm pretty new to BIRT , And I am trying to figure out something. I
> have downloaded the example report from the BIRT HOME and I am previewing
> it, in Eclipse. It work fine. but when I publish it to my BIRT web viewer
> and I try to run it there it says my report has errors and it cant be
> run... what is happening here? What am I doing wrong... Am I
> misunderstanding the concept of publishing or what? Any help will be much
> appreciated.
> Thanks.
> Gerhard
Re: Report publishing problem [message #182513 is a reply to message #182006] Thu, 03 August 2006 11:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: 10-1985.gmx.de

sounds like my problem,

Report is very tiny,but same problem with example testWebReport.rptdesign

<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
id="1">
<property name="createdBy">Eclipse BIRT Designer Version
2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
<property name="units">in</property>
<property name="comments">Copyright (c) 2006 &lt;&lt;Your Company Name
here>></property>
<page-setup>
<simple-master-page name="Simple MasterPage" id="2">
<page-footer>
<text id="3">
<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of>new
Date()</value-of>]]></text-property>
</text>
</page-footer>
</simple-master-page>
</page-setup>
<body>
<text id="4">
<property name="contentType">plain</property>
<text-property name="content"><![CDATA[ffdsa]]></text-property>
</text>
</body>
</report>
Re: Report publishing problem [message #182529 is a reply to message #182513] Thu, 03 August 2006 11:47 Go to previous messageGo to next message
Eclipse UserFriend
What error are you getting?
Can you check the Tomcat logs directory?
Also in the web.xml there is a setting for logging.
Change it to FINEST and set a location for the fle.
Post the log.

Thanks
Jason

"jan " <10-1985@gmx.de> wrote in message
news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
> sounds like my problem,
>
> Report is very tiny,but same problem with example testWebReport.rptdesign
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!-- Written by Eclipse BIRT 2.0 -->
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
> id="1">
> <property name="createdBy">Eclipse BIRT Designer Version
> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
> <property name="units">in</property>
> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company Name
> here>></property>
> <page-setup>
> <simple-master-page name="Simple MasterPage" id="2">
> <page-footer>
> <text id="3">
> <property name="contentType">html</property>
> <text-property name="content"><![CDATA[<value-of>new
> Date()</value-of>]]></text-property>
> </text>
> </page-footer>
> </simple-master-page>
> </page-setup>
> <body>
> <text id="4">
> <property name="contentType">plain</property>
> <text-property name="content"><![CDATA[ffdsa]]></text-property>
> </text>
> </body>
> </report>
>
>
>
Re: Report publishing problem [message #182537 is a reply to message #182529] Thu, 03 August 2006 11:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: 10-1985.gmx.de

Hi,

als available logs in Thread "ReportServiceException: The design file"
unfortunatly ReportEngine_2006_08_03_*.log are empty.

cheers
jan
Re: Report publishing problem [message #182579 is a reply to message #182537] Thu, 03 August 2006 13:50 Go to previous messageGo to next message
Eclipse UserFriend
How did you deploy the WebViewer and what is the url in tomcat you are using
to run the report?

Jason

"jan " <10-1985@gmx.de> wrote in message
news:c984cc2b8b241c863c50b0927b10ed53$1@www.eclipse.org...
> Hi,
>
> als available logs in Thread "ReportServiceException: The design file"
> unfortunatly ReportEngine_2006_08_03_*.log are empty.
>
> cheers
> jan
>
Re: Report publishing problem [message #182697 is a reply to message #182579] Fri, 04 August 2006 03:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: 10-1985.gmx.de

Hi,
thx.

deployed as described in articel
http://www.onjava.com/pub/a/onjava/2006/07/26/deploying-birt .html?page=2

2006-08-03 12:09:33 WebappLoader[/WebReport]: Deploy JAR
/WEB-INF/lib/webreport.jar to
C:\tomcat-4.1.31\webapps\WebReport\WEB-INF\lib\webreport.jar

URL
http://localhost:8080/WebReport/run?ReportName=XXX.rptdesign

cheers
jan
Re: Report publishing problem [message #183006 is a reply to message #182529] Mon, 07 August 2006 09:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gerhard.goosen.bluesphere.co.za

This is a multi-part message in MIME format.
--------------010501040801000804010503
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi,
I have copied the test.rptdesign report that comes with the birt-viewer
web application. That I got from downloading the birt-runtime-2_0_1.zip
into me workspace i did not edit it at all, i only published it to my
birt-viewer's report folder.
I get a error on the viewer side... attached is the report design and
the log file created...

note: The report .rptdesign works like a charm when I "preview" in
Eclipse. but not when published... it checnges the name to .rpttemplate???

thanks


Jason Weathersby wrote:
> What error are you getting?
> Can you check the Tomcat logs directory?
> Also in the web.xml there is a setting for logging.
> Change it to FINEST and set a location for the fle.
> Post the log.
>
> Thanks
> Jason
>
> "jan " <10-1985@gmx.de> wrote in message
> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>> sounds like my problem,
>>
>> Report is very tiny,but same problem with example testWebReport.rptdesign
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!-- Written by Eclipse BIRT 2.0 -->
>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>> id="1">
>> <property name="createdBy">Eclipse BIRT Designer Version
>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>> <property name="units">in</property>
>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company Name
>> here>></property>
>> <page-setup>
>> <simple-master-page name="Simple MasterPage" id="2">
>> <page-footer>
>> <text id="3">
>> <property name="contentType">html</property>
>> <text-property name="content"><![CDATA[<value-of>new
>> Date()</value-of>]]></text-property>
>> </text>
>> </page-footer>
>> </simple-master-page>
>> </page-setup>
>> <body>
>> <text id="4">
>> <property name="contentType">plain</property>
>> <text-property name="content"><![CDATA[ffdsa]]></text-property>
>> </text>
>> </body>
>> </report>
>>
>>
>>
>
>


--------------010501040801000804010503
Content-Type: text/plain;
name="ReportEngine_2006_08_07_15_08_14.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="ReportEngine_2006_08_07_15_08_14.log"

2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 531 Milliseconds.
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice all
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hide
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice if-realized
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hyperlink
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice string
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice static
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice scroll
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice repeat
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice left
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0em
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice block
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0.5pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice size-to-image
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice horizontal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice scroll
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice repeat
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice left
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0em
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice block
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice horizontal
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0.5pt
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice string
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice static
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice size-to-image
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hyperlink
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hide
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice if-realized
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
2006/08/07 03:08:15 org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice all
2006/08/07 03:08:15 org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SEVERE: invalid design file C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate

--------------010501040801000804010503
Content-Type: text/xml;
name="test.rptdesign"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="test.rptdesign"

<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2" id="1">
<property name="author">Bertie the Platypus</property>
<property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build &lt;20050405-1230></property>
<property name="units">in</property>
<property name="comments">Not a very interesting report, just a "Hello World" with a param.</property>
<html-property name="description">Sample report used to test the BIRT viewer.</html-property>
<list-property name="configVars">
<structure>
<property name="name">sample</property>
<property name="value">aaa</property>
</structure>
</list-property>
<parameters>
<scalar-parameter name="sample" id="2">
<text-property name="displayName">Sample Parameter</text-property>
<property name="hidden">false</property>
<property name="dataType">string</property>
<property name="concealValue">false</property>
<property name="allowBlank">true</property>
<property name="allowNull">false</property>
<property name="controlType">text-box</property>
<property name="mustMatch">false</property>
<property name="fixedOrder">false</property>
</scalar-parameter>
</parameters>
<page-setup>
<simple-master-page name="Simple MasterPage" id="3">
<page-header>
<grid id="4">
<property name="width">100%</property>
<column id="5"/>
<row id="6">
<cell id="7">
<property name="fontSize">xx-large</property>
<property name="fontWeight">bold</property>
<property name="textAlign">center</property>
<text id="8">
<text-property name="content"><![CDATA[Title]]></text-property>
</text>
</cell>
</row>
</grid>
</page-header>
<page-footer>
<grid id="9">
<property name="width">100%</property>
<column id="10"/>
<column id="11"/>
<row id="12">
<cell id="13">
<text id="14">
<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property>
</text>
</cell>
<cell id="15">
<property name="textAlign">right</property>
<text id="16">
<text-property name="content"><![CDATA[Page:]]></text-property>
</text>
</cell>
</row>
</grid>
</page-footer>
</simple-master-page>
</page-setup>
<body>
<text id="17">
<property name="contentType">html</property>
<text-property name="content"><![CDATA[<b>Congratulations!</b>
<br><br>
If you can see this report, it means that the BIRT viewer is installed correctly.
<br><br>]]></text-property>
</text>
<grid id="18">
<property name="width">100%</property>
<column id="19">
<property name="width">1.354in</property>
</column>
<column id="20">
<property name="width">5.083in</property>
</column>
<row id="21">
<cell id="22">
<label id="23">
<text-property name="text">Sample Parameter:</text-property>
</label>
</cell>
<cell id="24">
<data id="25">
<list-property name="boundDataColumns">
<structure>
<property name="name">params["sample"]</property>
<expression name="expression">params["sample"]</expression>
</structure>
</list-property>
<property name="resultSetColumn">params["sample"]</property>
</data>
</cell>
</row>
</grid>
</body>
</report>

--------------010501040801000804010503--
Re: Report publishing problem [message #183051 is a reply to message #182697] Mon, 07 August 2006 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Jan,

I replied to the other thread. Let me know if this fixes your issue.

Jason

"jan " <10-1985@gmx.de> wrote in message
news:66888ad21a56685a928ea3e27b534146$1@www.eclipse.org...
> Hi,
> thx.
>
> deployed as described in articel
> http://www.onjava.com/pub/a/onjava/2006/07/26/deploying-birt .html?page=2
>
> 2006-08-03 12:09:33 WebappLoader[/WebReport]: Deploy JAR
> /WEB-INF/lib/webreport.jar to
> C:\tomcat-4.1.31\webapps\WebReport\WEB-INF\lib\webreport.jar
>
> URL
> http://localhost:8080/WebReport/run?ReportName=XXX.rptdesign
>
> cheers
> jan
>
Re: Report publishing problem [message #183061 is a reply to message #183006] Mon, 07 August 2006 10:46 Go to previous messageGo to next message
Eclipse UserFriend
Gerhard,

It should not be named rpttemplate. This is the extension for a report
template, not a rpt design.
If you try the index.jsp page in the WebViewerExample you will see a link
for the test.rptdesign.
Does this work on your system?
When you are building a report make sure you select new report not new
template.
Templates are used by report designs.

Jason

"Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
news:eb7ev8$r9i$1@utils.eclipse.org...
> Hi,
> I have copied the test.rptdesign report that comes with the birt-viewer
> web application. That I got from downloading the birt-runtime-2_0_1.zip
> into me workspace i did not edit it at all, i only published it to my
> birt-viewer's report folder.
> I get a error on the viewer side... attached is the report design and
> the log file created...
>
> note: The report .rptdesign works like a charm when I "preview" in
> Eclipse. but not when published... it checnges the name to .rpttemplate???
>
> thanks
>
>
> Jason Weathersby wrote:
>> What error are you getting?
>> Can you check the Tomcat logs directory?
>> Also in the web.xml there is a setting for logging.
>> Change it to FINEST and set a location for the fle.
>> Post the log.
>>
>> Thanks
>> Jason
>>
>> "jan " <10-1985@gmx.de> wrote in message
>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>> sounds like my problem,
>>>
>>> Report is very tiny,but same problem with example
>>> testWebReport.rptdesign
>>>
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <!-- Written by Eclipse BIRT 2.0 -->
>>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>>> id="1">
>>> <property name="createdBy">Eclipse BIRT Designer Version
>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>> <property name="units">in</property>
>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>> Name
>>> here>></property>
>>> <page-setup>
>>> <simple-master-page name="Simple MasterPage" id="2">
>>> <page-footer>
>>> <text id="3">
>>> <property name="contentType">html</property>
>>> <text-property name="content"><![CDATA[<value-of>new
>>> Date()</value-of>]]></text-property>
>>> </text>
>>> </page-footer>
>>> </simple-master-page>
>>> </page-setup>
>>> <body>
>>> <text id="4">
>>> <property name="contentType">plain</property>
>>> <text-property
>>> name="content"><![CDATA[ffdsa]]></text-property>
>>> </text>
>>> </body>
>>> </report>
>>>
>>>
>>>
>>
>>
>
>


------------------------------------------------------------ --------------------


> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
> INFO: Engine startup takes 531 Milliseconds.
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice asc
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice all
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice hide
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice if-realized
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice hyperlink
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice string
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice static
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice scroll
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0%
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0%
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice repeat
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice left
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0em
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice block
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1.25in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1.25in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0.5pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice asc
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice size-to-image
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice horizontal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice scroll
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0%
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0%
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice repeat
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice left
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0em
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice normal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice block
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice asc
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1.25in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 1.25in
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice horizontal
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FINE: return dimension value with user defined unit 0.5pt
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice string
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice static
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice size-to-image
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice none
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice hyperlink
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice asc
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice hide
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice eq
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice any
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice if-realized
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice auto
> 2006/08/07 03:08:15
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FINE: return internal name for choice all
> 2006/08/07 03:08:15
> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
> openReportDesign
> SEVERE: invalid design file C:\Program Files\Apache Software
> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>


------------------------------------------------------------ --------------------


> <?xml version="1.0" encoding="UTF-8"?>
> <!-- Written by Eclipse BIRT 2.0 -->
> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
> id="1">
> <property name="author">Bertie the Platypus</property>
> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build
> &lt;20050405-1230></property>
> <property name="units">in</property>
> <property name="comments">Not a very interesting report, just a "Hello
> World" with a param.</property>
> <html-property name="description">Sample report used to test the BIRT
> viewer.</html-property>
> <list-property name="configVars">
> <structure>
> <property name="name">sample</property>
> <property name="value">aaa</property>
> </structure>
> </list-property>
> <parameters>
> <scalar-parameter name="sample" id="2">
> <text-property name="displayName">Sample
> Parameter</text-property>
> <property name="hidden">false</property>
> <property name="dataType">string</property>
> <property name="concealValue">false</property>
> <property name="allowBlank">true</property>
> <property name="allowNull">false</property>
> <property name="controlType">text-box</property>
> <property name="mustMatch">false</property>
> <property name="fixedOrder">false</property>
> </scalar-parameter>
> </parameters>
> <page-setup>
> <simple-master-page name="Simple MasterPage" id="3">
> <page-header>
> <grid id="4">
> <property name="width">100%</property>
> <column id="5"/>
> <row id="6">
> <cell id="7">
> <property name="fontSize">xx-large</property>
> <property name="fontWeight">bold</property>
> <property name="textAlign">center</property>
> <text id="8">
> <text-property
> name="content"><![CDATA[Title]]></text-property>
> </text>
> </cell>
> </row>
> </grid>
> </page-header>
> <page-footer>
> <grid id="9">
> <property name="width">100%</property>
> <column id="10"/>
> <column id="11"/>
> <row id="12">
> <cell id="13">
> <text id="14">
> <property
> name="contentType">html</property>
> <text-property
> name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property>
> </text>
> </cell>
> <cell id="15">
> <property name="textAlign">right</property>
> <text id="16">
> <text-property
> name="content"><![CDATA[Page:]]></text-property>
> </text>
> </cell>
> </row>
> </grid>
> </page-footer>
> </simple-master-page>
> </page-setup>
> <body>
> <text id="17">
> <property name="contentType">html</property>
> <text-property name="content"><![CDATA[<b>Congratulations!</b>
> <br><br>
> If you can see this report, it means that the BIRT viewer is installed
> correctly.
> <br><br>]]></text-property>
> </text>
> <grid id="18">
> <property name="width">100%</property>
> <column id="19">
> <property name="width">1.354in</property>
> </column>
> <column id="20">
> <property name="width">5.083in</property>
> </column>
> <row id="21">
> <cell id="22">
> <label id="23">
> <text-property name="text">Sample
> Parameter:</text-property>
> </label>
> </cell>
> <cell id="24">
> <data id="25">
> <list-property name="boundDataColumns">
> <structure>
> <property
> name="name">params["sample"]</property>
> <expression
> name="expression">params["sample"]</expression>
> </structure>
> </list-property>
> <property
> name="resultSetColumn">params["sample"]</property>
> </data>
> </cell>
> </row>
> </grid>
> </body>
> </report>
>
Re: Report publishing problem [message #183301 is a reply to message #183061] Tue, 08 August 2006 04:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gerhard.goosen.bluesphere.co.za

Hi Jason, yes when running the .rtpdesign the report works fine... so i
guess I totally misunderstood the publishing thing! Can you tell me if
there is a mechanism in BIRT that will save my .rptdesign files in a
remote folder, like my web viewer's report folder??? Thanks

Jason Weathersby wrote:
> Gerhard,
>
> It should not be named rpttemplate. This is the extension for a report
> template, not a rpt design.
> If you try the index.jsp page in the WebViewerExample you will see a link
> for the test.rptdesign.
> Does this work on your system?
> When you are building a report make sure you select new report not new
> template.
> Templates are used by report designs.
>
> Jason
>
> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
> news:eb7ev8$r9i$1@utils.eclipse.org...
>> Hi,
>> I have copied the test.rptdesign report that comes with the birt-viewer
>> web application. That I got from downloading the birt-runtime-2_0_1.zip
>> into me workspace i did not edit it at all, i only published it to my
>> birt-viewer's report folder.
>> I get a error on the viewer side... attached is the report design and
>> the log file created...
>>
>> note: The report .rptdesign works like a charm when I "preview" in
>> Eclipse. but not when published... it checnges the name to .rpttemplate???
>>
>> thanks
>>
>>
>> Jason Weathersby wrote:
>>> What error are you getting?
>>> Can you check the Tomcat logs directory?
>>> Also in the web.xml there is a setting for logging.
>>> Change it to FINEST and set a location for the fle.
>>> Post the log.
>>>
>>> Thanks
>>> Jason
>>>
>>> "jan " <10-1985@gmx.de> wrote in message
>>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>>> sounds like my problem,
>>>>
>>>> Report is very tiny,but same problem with example
>>>> testWebReport.rptdesign
>>>>
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>>>> id="1">
>>>> <property name="createdBy">Eclipse BIRT Designer Version
>>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>>> <property name="units">in</property>
>>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>>> Name
>>>> here>></property>
>>>> <page-setup>
>>>> <simple-master-page name="Simple MasterPage" id="2">
>>>> <page-footer>
>>>> <text id="3">
>>>> <property name="contentType">html</property>
>>>> <text-property name="content"><![CDATA[<value-of>new
>>>> Date()</value-of>]]></text-property>
>>>> </text>
>>>> </page-footer>
>>>> </simple-master-page>
>>>> </page-setup>
>>>> <body>
>>>> <text id="4">
>>>> <property name="contentType">plain</property>
>>>> <text-property
>>>> name="content"><![CDATA[ffdsa]]></text-property>
>>>> </text>
>>>> </body>
>>>> </report>
>>>>
>>>>
>>>>
>>>
>>
>
>
> ------------------------------------------------------------ --------------------
>
>
>> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
>> INFO: Engine startup takes 531 Milliseconds.
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice asc
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice all
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice hide
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice if-realized
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice hyperlink
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice string
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice static
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice scroll
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0%
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0%
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice repeat
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice left
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0em
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice block
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1.25in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1.25in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0.5pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice asc
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice size-to-image
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice horizontal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice scroll
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0%
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0%
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice repeat
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice left
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0em
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice normal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice block
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice asc
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1.25in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 1.25in
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice horizontal
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FINE: return dimension value with user defined unit 0.5pt
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice string
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice static
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice size-to-image
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice none
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice hyperlink
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice asc
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice hide
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice eq
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice any
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice if-realized
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice auto
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FINE: return internal name for choice all
>> 2006/08/07 03:08:15
>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>> openReportDesign
>> SEVERE: invalid design file C:\Program Files\Apache Software
>> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>>
>
>
> ------------------------------------------------------------ --------------------
>
>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <!-- Written by Eclipse BIRT 2.0 -->
>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>> id="1">
>> <property name="author">Bertie the Platypus</property>
>> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build
>> &lt;20050405-1230></property>
>> <property name="units">in</property>
>> <property name="comments">Not a very interesting report, just a "Hello
>> World" with a param.</property>
>> <html-property name="description">Sample report used to test the BIRT
>> viewer.</html-property>
>> <list-property name="configVars">
>> <structure>
>> <property name="name">sample</property>
>> <property name="value">aaa</property>
>> </structure>
>> </list-property>
>> <parameters>
>> <scalar-parameter name="sample" id="2">
>> <text-property name="displayName">Sample
>> Parameter</text-property>
>> <property name="hidden">false</property>
>> <property name="dataType">string</property>
>> <property name="concealValue">false</property>
>> <property name="allowBlank">true</property>
>> <property name="allowNull">false</property>
>> <property name="controlType">text-box</property>
>> <property name="mustMatch">false</property>
>> <property name="fixedOrder">false</property>
>> </scalar-parameter>
>> </parameters>
>> <page-setup>
>> <simple-master-page name="Simple MasterPage" id="3">
>> <page-header>
>> <grid id="4">
>> <property name="width">100%</property>
>> <column id="5"/>
>> <row id="6">
>> <cell id="7">
>> <property name="fontSize">xx-large</property>
>> <property name="fontWeight">bold</property>
>> <property name="textAlign">center</property>
>> <text id="8">
>> <text-property
>> name="content"><![CDATA[Title]]></text-property>
>> </text>
>> </cell>
>> </row>
>> </grid>
>> </page-header>
>> <page-footer>
>> <grid id="9">
>> <property name="width">100%</property>
>> <column id="10"/>
>> <column id="11"/>
>> <row id="12">
>> <cell id="13">
>> <text id="14">
>> <property
>> name="contentType">html</property>
>> <text-property
>> name="content"><![CDATA[<value-of>new Date()</value-of>]]></text-property>
>> </text>
>> </cell>
>> <cell id="15">
>> <property name="textAlign">right</property>
>> <text id="16">
>> <text-property
>> name="content"><![CDATA[Page:]]></text-property>
>> </text>
>> </cell>
>> </row>
>> </grid>
>> </page-footer>
>> </simple-master-page>
>> </page-setup>
>> <body>
>> <text id="17">
>> <property name="contentType">html</property>
>> <text-property name="content"><![CDATA[<b>Congratulations!</b>
>> <br><br>
>> If you can see this report, it means that the BIRT viewer is installed
>> correctly.
>> <br><br>]]></text-property>
>> </text>
>> <grid id="18">
>> <property name="width">100%</property>
>> <column id="19">
>> <property name="width">1.354in</property>
>> </column>
>> <column id="20">
>> <property name="width">5.083in</property>
>> </column>
>> <row id="21">
>> <cell id="22">
>> <label id="23">
>> <text-property name="text">Sample
>> Parameter:</text-property>
>> </label>
>> </cell>
>> <cell id="24">
>> <data id="25">
>> <list-property name="boundDataColumns">
>> <structure>
>> <property
>> name="name">params["sample"]</property>
>> <expression
>> name="expression">params["sample"]</expression>
>> </structure>
>> </list-property>
>> <property
>> name="resultSetColumn">params["sample"]</property>
>> </data>
>> </cell>
>> </row>
>> </grid>
>> </body>
>> </report>
>>
>
>
Re: Report publishing problem [message #183467 is a reply to message #183301] Tue, 08 August 2006 12:43 Go to previous messageGo to next message
Eclipse UserFriend
The rpttemplate can be published to a resource folder, which is set in
preferences. This is meant to ease development so
Templates paths dont have to be hard coded.
Rptdesigns dont have this structure. You to have export the rptdesigns.

Jason

"Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
news:eb9hnu$sou$1@utils.eclipse.org...
> Hi Jason, yes when running the .rtpdesign the report works fine... so i
> guess I totally misunderstood the publishing thing! Can you tell me if
> there is a mechanism in BIRT that will save my .rptdesign files in a
> remote folder, like my web viewer's report folder??? Thanks
>
> Jason Weathersby wrote:
>> Gerhard,
>>
>> It should not be named rpttemplate. This is the extension for a report
>> template, not a rpt design.
>> If you try the index.jsp page in the WebViewerExample you will see a link
>> for the test.rptdesign.
>> Does this work on your system?
>> When you are building a report make sure you select new report not new
>> template.
>> Templates are used by report designs.
>>
>> Jason
>>
>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>> news:eb7ev8$r9i$1@utils.eclipse.org...
>>> Hi,
>>> I have copied the test.rptdesign report that comes with the birt-viewer
>>> web application. That I got from downloading the birt-runtime-2_0_1.zip
>>> into me workspace i did not edit it at all, i only published it to my
>>> birt-viewer's report folder.
>>> I get a error on the viewer side... attached is the report design and
>>> the log file created...
>>>
>>> note: The report .rptdesign works like a charm when I "preview" in
>>> Eclipse. but not when published... it checnges the name to
>>> .rpttemplate???
>>>
>>> thanks
>>>
>>>
>>> Jason Weathersby wrote:
>>>> What error are you getting?
>>>> Can you check the Tomcat logs directory?
>>>> Also in the web.xml there is a setting for logging.
>>>> Change it to FINEST and set a location for the fle.
>>>> Post the log.
>>>>
>>>> Thanks
>>>> Jason
>>>>
>>>> "jan " <10-1985@gmx.de> wrote in message
>>>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>>>> sounds like my problem,
>>>>>
>>>>> Report is very tiny,but same problem with example
>>>>> testWebReport.rptdesign
>>>>>
>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>> version="3.2.2"
>>>>> id="1">
>>>>> <property name="createdBy">Eclipse BIRT Designer Version
>>>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>>>> <property name="units">in</property>
>>>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>>>> Name
>>>>> here>></property>
>>>>> <page-setup>
>>>>> <simple-master-page name="Simple MasterPage" id="2">
>>>>> <page-footer>
>>>>> <text id="3">
>>>>> <property name="contentType">html</property>
>>>>> <text-property
>>>>> name="content"><![CDATA[<value-of>new
>>>>> Date()</value-of>]]></text-property>
>>>>> </text>
>>>>> </page-footer>
>>>>> </simple-master-page>
>>>>> </page-setup>
>>>>> <body>
>>>>> <text id="4">
>>>>> <property name="contentType">plain</property>
>>>>> <text-property
>>>>> name="content"><![CDATA[ffdsa]]></text-property>
>>>>> </text>
>>>>> </body>
>>>>> </report>
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>>
>> ------------------------------------------------------------ --------------------
>>
>>
>>> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
>>> INFO: Engine startup takes 531 Milliseconds.
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice asc
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice all
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice hide
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice if-realized
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice hyperlink
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice string
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice static
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice scroll
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0%
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0%
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice repeat
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice left
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0em
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice block
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1.25in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1.25in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0.5pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice asc
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice size-to-image
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice horizontal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice scroll
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0%
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0%
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice repeat
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice left
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0em
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice normal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice block
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice asc
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1.25in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 1.25in
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice horizontal
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FINE: return dimension value with user defined unit 0.5pt
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice string
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice static
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice size-to-image
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice none
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice hyperlink
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice asc
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice hide
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice eq
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice any
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice if-realized
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice auto
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FINE: return internal name for choice all
>>> 2006/08/07 03:08:15
>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>> openReportDesign
>>> SEVERE: invalid design file C:\Program Files\Apache Software
>>> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>>>
>>
>>
>> ------------------------------------------------------------ --------------------
>>
>>
>>> <?xml version="1.0" encoding="UTF-8"?>
>>> <!-- Written by Eclipse BIRT 2.0 -->
>>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>>> id="1">
>>> <property name="author">Bertie the Platypus</property>
>>> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build
>>> &lt;20050405-1230></property>
>>> <property name="units">in</property>
>>> <property name="comments">Not a very interesting report, just a
>>> "Hello World" with a param.</property>
>>> <html-property name="description">Sample report used to test the BIRT
>>> viewer.</html-property>
>>> <list-property name="configVars">
>>> <structure>
>>> <property name="name">sample</property>
>>> <property name="value">aaa</property>
>>> </structure>
>>> </list-property>
>>> <parameters>
>>> <scalar-parameter name="sample" id="2">
>>> <text-property name="displayName">Sample
>>> Parameter</text-property>
>>> <property name="hidden">false</property>
>>> <property name="dataType">string</property>
>>> <property name="concealValue">false</property>
>>> <property name="allowBlank">true</property>
>>> <property name="allowNull">false</property>
>>> <property name="controlType">text-box</property>
>>> <property name="mustMatch">false</property>
>>> <property name="fixedOrder">false</property>
>>> </scalar-parameter>
>>> </parameters>
>>> <page-setup>
>>> <simple-master-page name="Simple MasterPage" id="3">
>>> <page-header>
>>> <grid id="4">
>>> <property name="width">100%</property>
>>> <column id="5"/>
>>> <row id="6">
>>> <cell id="7">
>>> <property name="fontSize">xx-large</property>
>>> <property name="fontWeight">bold</property>
>>> <property name="textAlign">center</property>
>>> <text id="8">
>>> <text-property
>>> name="content"><![CDATA[Title]]></text-property>
>>> </text>
>>> </cell>
>>> </row>
>>> </grid>
>>> </page-header>
>>> <page-footer>
>>> <grid id="9">
>>> <property name="width">100%</property>
>>> <column id="10"/>
>>> <column id="11"/>
>>> <row id="12">
>>> <cell id="13">
>>> <text id="14">
>>> <property
>>> name="contentType">html</property>
>>> <text-property
>>> name="content"><![CDATA[<value-of>new
>>> Date()</value-of>]]></text-property>
>>> </text>
>>> </cell>
>>> <cell id="15">
>>> <property name="textAlign">right</property>
>>> <text id="16">
>>> <text-property
>>> name="content"><![CDATA[Page:]]></text-property>
>>> </text>
>>> </cell>
>>> </row>
>>> </grid>
>>> </page-footer>
>>> </simple-master-page>
>>> </page-setup>
>>> <body>
>>> <text id="17">
>>> <property name="contentType">html</property>
>>> <text-property
>>> name="content"><![CDATA[<b>Congratulations!</b>
>>> <br><br>
>>> If you can see this report, it means that the BIRT viewer is installed
>>> correctly.
>>> <br><br>]]></text-property>
>>> </text>
>>> <grid id="18">
>>> <property name="width">100%</property>
>>> <column id="19">
>>> <property name="width">1.354in</property>
>>> </column>
>>> <column id="20">
>>> <property name="width">5.083in</property>
>>> </column>
>>> <row id="21">
>>> <cell id="22">
>>> <label id="23">
>>> <text-property name="text">Sample
>>> Parameter:</text-property>
>>> </label>
>>> </cell>
>>> <cell id="24">
>>> <data id="25">
>>> <list-property name="boundDataColumns">
>>> <structure>
>>> <property
>>> name="name">params["sample"]</property>
>>> <expression
>>> name="expression">params["sample"]</expression>
>>> </structure>
>>> </list-property>
>>> <property
>>> name="resultSetColumn">params["sample"]</property>
>>> </data>
>>> </cell>
>>> </row>
>>> </grid>
>>> </body>
>>> </report>
>>>
>>
Re: Report publishing problem [message #184189 is a reply to message #183467] Thu, 10 August 2006 03:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gerhard.goosen.bluesphere.co.za

ok cool thanks. Is there a mechanism in birt/eclipse that will allow me
to export my designs without extending the birt source code...
Regards
Gerhard.

Jason Weathersby wrote:
> The rpttemplate can be published to a resource folder, which is set in
> preferences. This is meant to ease development so
> Templates paths dont have to be hard coded.
> Rptdesigns dont have this structure. You to have export the rptdesigns.
>
> Jason
>
> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
> news:eb9hnu$sou$1@utils.eclipse.org...
>> Hi Jason, yes when running the .rtpdesign the report works fine... so i
>> guess I totally misunderstood the publishing thing! Can you tell me if
>> there is a mechanism in BIRT that will save my .rptdesign files in a
>> remote folder, like my web viewer's report folder??? Thanks
>>
>> Jason Weathersby wrote:
>>> Gerhard,
>>>
>>> It should not be named rpttemplate. This is the extension for a report
>>> template, not a rpt design.
>>> If you try the index.jsp page in the WebViewerExample you will see a link
>>> for the test.rptdesign.
>>> Does this work on your system?
>>> When you are building a report make sure you select new report not new
>>> template.
>>> Templates are used by report designs.
>>>
>>> Jason
>>>
>>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>>> news:eb7ev8$r9i$1@utils.eclipse.org...
>>>> Hi,
>>>> I have copied the test.rptdesign report that comes with the birt-viewer
>>>> web application. That I got from downloading the birt-runtime-2_0_1.zip
>>>> into me workspace i did not edit it at all, i only published it to my
>>>> birt-viewer's report folder.
>>>> I get a error on the viewer side... attached is the report design and
>>>> the log file created...
>>>>
>>>> note: The report .rptdesign works like a charm when I "preview" in
>>>> Eclipse. but not when published... it checnges the name to
>>>> .rpttemplate???
>>>>
>>>> thanks
>>>>
>>>>
>>>> Jason Weathersby wrote:
>>>>> What error are you getting?
>>>>> Can you check the Tomcat logs directory?
>>>>> Also in the web.xml there is a setting for logging.
>>>>> Change it to FINEST and set a location for the fle.
>>>>> Post the log.
>>>>>
>>>>> Thanks
>>>>> Jason
>>>>>
>>>>> "jan " <10-1985@gmx.de> wrote in message
>>>>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>>>>> sounds like my problem,
>>>>>>
>>>>>> Report is very tiny,but same problem with example
>>>>>> testWebReport.rptdesign
>>>>>>
>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>>> version="3.2.2"
>>>>>> id="1">
>>>>>> <property name="createdBy">Eclipse BIRT Designer Version
>>>>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>>>>> <property name="units">in</property>
>>>>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>>>>> Name
>>>>>> here>></property>
>>>>>> <page-setup>
>>>>>> <simple-master-page name="Simple MasterPage" id="2">
>>>>>> <page-footer>
>>>>>> <text id="3">
>>>>>> <property name="contentType">html</property>
>>>>>> <text-property
>>>>>> name="content"><![CDATA[<value-of>new
>>>>>> Date()</value-of>]]></text-property>
>>>>>> </text>
>>>>>> </page-footer>
>>>>>> </simple-master-page>
>>>>>> </page-setup>
>>>>>> <body>
>>>>>> <text id="4">
>>>>>> <property name="contentType">plain</property>
>>>>>> <text-property
>>>>>> name="content"><![CDATA[ffdsa]]></text-property>
>>>>>> </text>
>>>>>> </body>
>>>>>> </report>
>>>>>>
>>>>>>
>>>>>>
>>>
>>> ------------------------------------------------------------ --------------------
>>>
>>>
>>>> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
>>>> INFO: Engine startup takes 531 Milliseconds.
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice asc
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice all
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice hide
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice if-realized
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice hyperlink
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice string
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice static
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice scroll
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0%
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0%
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice repeat
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice left
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0em
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice block
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1.25in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1.25in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0.5pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice asc
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice size-to-image
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice horizontal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice scroll
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0%
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0%
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice repeat
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice left
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0em
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice normal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice block
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice asc
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1.25in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 1.25in
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice horizontal
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>>> FINE: return dimension value with user defined unit 0.5pt
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice string
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice static
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice size-to-image
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice none
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice hyperlink
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice asc
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice hide
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice eq
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice any
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice if-realized
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice auto
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FINE: return internal name for choice all
>>>> 2006/08/07 03:08:15
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>> openReportDesign
>>>> SEVERE: invalid design file C:\Program Files\Apache Software
>>>> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>>>>
>>>
>>> ------------------------------------------------------------ --------------------
>>>
>>>
>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>> <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.2"
>>>> id="1">
>>>> <property name="author">Bertie the Platypus</property>
>>>> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0 Build
>>>> &lt;20050405-1230></property>
>>>> <property name="units">in</property>
>>>> <property name="comments">Not a very interesting report, just a
>>>> "Hello World" with a param.</property>
>>>> <html-property name="description">Sample report used to test the BIRT
>>>> viewer.</html-property>
>>>> <list-property name="configVars">
>>>> <structure>
>>>> <property name="name">sample</property>
>>>> <property name="value">aaa</property>
>>>> </structure>
>>>> </list-property>
>>>> <parameters>
>>>> <scalar-parameter name="sample" id="2">
>>>> <text-property name="displayName">Sample
>>>> Parameter</text-property>
>>>> <property name="hidden">false</property>
>>>> <property name="dataType">string</property>
>>>> <property name="concealValue">false</property>
>>>> <property name="allowBlank">true</property>
>>>> <property name="allowNull">false</property>
>>>> <property name="controlType">text-box</property>
>>>> <property name="mustMatch">false</property>
>>>> <property name="fixedOrder">false</property>
>>>> </scalar-parameter>
>>>> </parameters>
>>>> <page-setup>
>>>> <simple-master-page name="Simple MasterPage" id="3">
>>>> <page-header>
>>>> <grid id="4">
>>>> <property name="width">100%</property>
>>>> <column id="5"/>
>>>> <row id="6">
>>>> <cell id="7">
>>>> <property name="fontSize">xx-large</property>
>>>> <property name="fontWeight">bold</property>
>>>> <property name="textAlign">center</property>
>>>> <text id="8">
>>>> <text-property
>>>> name="content"><![CDATA[Title]]></text-property>
>>>> </text>
>>>> </cell>
>>>> </row>
>>>> </grid>
>>>> </page-header>
>>>> <page-footer>
>>>> <grid id="9">
>>>> <property name="width">100%</property>
>>>> <column id="10"/>
>>>> <column id="11"/>
>>>> <row id="12">
>>>> <cell id="13">
>>>> <text id="14">
>>>> <property
>>>> name="contentType">html</property>
>>>> <text-property
>>>> name="content"><![CDATA[<value-of>new
>>>> Date()</value-of>]]></text-property>
>>>> </text>
>>>> </cell>
>>>> <cell id="15">
>>>> <property name="textAlign">right</property>
>>>> <text id="16">
>>>> <text-property
>>>> name="content"><![CDATA[Page:]]></text-property>
>>>> </text>
>>>> </cell>
>>>> </row>
>>>> </grid>
>>>> </page-footer>
>>>> </simple-master-page>
>>>> </page-setup>
>>>> <body>
>>>> <text id="17">
>>>> <property name="contentType">html</property>
>>>> <text-property
>>>> name="content"><![CDATA[<b>Congratulations!</b>
>>>> <br><br>
>>>> If you can see this report, it means that the BIRT viewer is installed
>>>> correctly.
>>>> <br><br>]]></text-property>
>>>> </text>
>>>> <grid id="18">
>>>> <property name="width">100%</property>
>>>> <column id="19">
>>>> <property name="width">1.354in</property>
>>>> </column>
>>>> <column id="20">
>>>> <property name="width">5.083in</property>
>>>> </column>
>>>> <row id="21">
>>>> <cell id="22">
>>>> <label id="23">
>>>> <text-property name="text">Sample
>>>> Parameter:</text-property>
>>>> </label>
>>>> </cell>
>>>> <cell id="24">
>>>> <data id="25">
>>>> <list-property name="boundDataColumns">
>>>> <structure>
>>>> <property
>>>> name="name">params["sample"]</property>
>>>> <expression
>>>> name="expression">params["sample"]</expression>
>>>> </structure>
>>>> </list-property>
>>>> <property
>>>> name="resultSetColumn">params["sample"]</property>
>>>> </data>
>>>> </cell>
>>>> </row>
>>>> </grid>
>>>> </body>
>>>> </report>
>>>>
>
Re: Report publishing problem [message #184204 is a reply to message #184189] Thu, 10 August 2006 10:26 Go to previous messageGo to next message
Eclipse UserFriend
Are you wanting an API to export?
You want something other than right clicking on the report and selecting
export?

Jason

"Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
news:ebemet$8ng$1@utils.eclipse.org...
> ok cool thanks. Is there a mechanism in birt/eclipse that will allow me to
> export my designs without extending the birt source code...
> Regards
> Gerhard.
>
> Jason Weathersby wrote:
>> The rpttemplate can be published to a resource folder, which is set in
>> preferences. This is meant to ease development so
>> Templates paths dont have to be hard coded.
>> Rptdesigns dont have this structure. You to have export the rptdesigns.
>>
>> Jason
>>
>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>> news:eb9hnu$sou$1@utils.eclipse.org...
>>> Hi Jason, yes when running the .rtpdesign the report works fine... so i
>>> guess I totally misunderstood the publishing thing! Can you tell me if
>>> there is a mechanism in BIRT that will save my .rptdesign files in a
>>> remote folder, like my web viewer's report folder??? Thanks
>>>
>>> Jason Weathersby wrote:
>>>> Gerhard,
>>>>
>>>> It should not be named rpttemplate. This is the extension for a report
>>>> template, not a rpt design.
>>>> If you try the index.jsp page in the WebViewerExample you will see a
>>>> link for the test.rptdesign.
>>>> Does this work on your system?
>>>> When you are building a report make sure you select new report not new
>>>> template.
>>>> Templates are used by report designs.
>>>>
>>>> Jason
>>>>
>>>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>>>> news:eb7ev8$r9i$1@utils.eclipse.org...
>>>>> Hi,
>>>>> I have copied the test.rptdesign report that comes with the
>>>>> birt-viewer
>>>>> web application. That I got from downloading the
>>>>> birt-runtime-2_0_1.zip
>>>>> into me workspace i did not edit it at all, i only published it to my
>>>>> birt-viewer's report folder.
>>>>> I get a error on the viewer side... attached is the report design and
>>>>> the log file created...
>>>>>
>>>>> note: The report .rptdesign works like a charm when I "preview" in
>>>>> Eclipse. but not when published... it checnges the name to
>>>>> .rpttemplate???
>>>>>
>>>>> thanks
>>>>>
>>>>>
>>>>> Jason Weathersby wrote:
>>>>>> What error are you getting?
>>>>>> Can you check the Tomcat logs directory?
>>>>>> Also in the web.xml there is a setting for logging.
>>>>>> Change it to FINEST and set a location for the fle.
>>>>>> Post the log.
>>>>>>
>>>>>> Thanks
>>>>>> Jason
>>>>>>
>>>>>> "jan " <10-1985@gmx.de> wrote in message
>>>>>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>>>>>> sounds like my problem,
>>>>>>>
>>>>>>> Report is very tiny,but same problem with example
>>>>>>> testWebReport.rptdesign
>>>>>>>
>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>>>> version="3.2.2"
>>>>>>> id="1">
>>>>>>> <property name="createdBy">Eclipse BIRT Designer Version
>>>>>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>>>>>> <property name="units">in</property>
>>>>>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>>>>>> Name
>>>>>>> here>></property>
>>>>>>> <page-setup>
>>>>>>> <simple-master-page name="Simple MasterPage" id="2">
>>>>>>> <page-footer>
>>>>>>> <text id="3">
>>>>>>> <property name="contentType">html</property>
>>>>>>> <text-property
>>>>>>> name="content"><![CDATA[<value-of>new
>>>>>>> Date()</value-of>]]></text-property>
>>>>>>> </text>
>>>>>>> </page-footer>
>>>>>>> </simple-master-page>
>>>>>>> </page-setup>
>>>>>>> <body>
>>>>>>> <text id="4">
>>>>>>> <property name="contentType">plain</property>
>>>>>>> <text-property
>>>>>>> name="content"><![CDATA[ffdsa]]></text-property>
>>>>>>> </text>
>>>>>>> </body>
>>>>>>> </report>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>
>>>> ------------------------------------------------------------ --------------------
>>>>
>>>>
>>>>> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
>>>>> INFO: Engine startup takes 531 Milliseconds.
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice asc
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice all
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice hide
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice if-realized
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice hyperlink
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice string
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice static
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice scroll
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0%
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0%
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice repeat
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice left
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0em
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice block
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0.5pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice asc
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice size-to-image
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice horizontal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice scroll
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0%
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0%
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice repeat
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice left
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0em
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice normal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice block
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice asc
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice horizontal
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>> validateXml
>>>>> FINE: return dimension value with user defined unit 0.5pt
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice string
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice static
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice size-to-image
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice none
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice hyperlink
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice asc
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice hide
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice eq
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice any
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice if-realized
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice auto
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>> FINE: return internal name for choice all
>>>>> 2006/08/07 03:08:15
>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>> openReportDesign
>>>>> SEVERE: invalid design file C:\Program Files\Apache Software
>>>>> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>>>>>
>>>>
>>>> ------------------------------------------------------------ --------------------
>>>>
>>>>
>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>> version="3.2.2" id="1">
>>>>> <property name="author">Bertie the Platypus</property>
>>>>> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0
>>>>> Build &lt;20050405-1230></property>
>>>>> <property name="units">in</property>
>>>>> <property name="comments">Not a very interesting report, just a
>>>>> "Hello World" with a param.</property>
>>>>> <html-property name="description">Sample report used to test the
>>>>> BIRT viewer.</html-property>
>>>>> <list-property name="configVars">
>>>>> <structure>
>>>>> <property name="name">sample</property>
>>>>> <property name="value">aaa</property>
>>>>> </structure>
>>>>> </list-property>
>>>>> <parameters>
>>>>> <scalar-parameter name="sample" id="2">
>>>>> <text-property name="displayName">Sample
>>>>> Parameter</text-property>
>>>>> <property name="hidden">false</property>
>>>>> <property name="dataType">string</property>
>>>>> <property name="concealValue">false</property>
>>>>> <property name="allowBlank">true</property>
>>>>> <property name="allowNull">false</property>
>>>>> <property name="controlType">text-box</property>
>>>>> <property name="mustMatch">false</property>
>>>>> <property name="fixedOrder">false</property>
>>>>> </scalar-parameter>
>>>>> </parameters>
>>>>> <page-setup>
>>>>> <simple-master-page name="Simple MasterPage" id="3">
>>>>> <page-header>
>>>>> <grid id="4">
>>>>> <property name="width">100%</property>
>>>>> <column id="5"/>
>>>>> <row id="6">
>>>>> <cell id="7">
>>>>> <property
>>>>> name="fontSize">xx-large</property>
>>>>> <property name="fontWeight">bold</property>
>>>>> <property
>>>>> name="textAlign">center</property>
>>>>> <text id="8">
>>>>> <text-property
>>>>> name="content"><![CDATA[Title]]></text-property>
>>>>> </text>
>>>>> </cell>
>>>>> </row>
>>>>> </grid>
>>>>> </page-header>
>>>>> <page-footer>
>>>>> <grid id="9">
>>>>> <property name="width">100%</property>
>>>>> <column id="10"/>
>>>>> <column id="11"/>
>>>>> <row id="12">
>>>>> <cell id="13">
>>>>> <text id="14">
>>>>> <property
>>>>> name="contentType">html</property>
>>>>> <text-property
>>>>> name="content"><![CDATA[<value-of>new
>>>>> Date()</value-of>]]></text-property>
>>>>> </text>
>>>>> </cell>
>>>>> <cell id="15">
>>>>> <property name="textAlign">right</property>
>>>>> <text id="16">
>>>>> <text-property
>>>>> name="content"><![CDATA[Page:]]></text-property>
>>>>> </text>
>>>>> </cell>
>>>>> </row>
>>>>> </grid>
>>>>> </page-footer>
>>>>> </simple-master-page>
>>>>> </page-setup>
>>>>> <body>
>>>>> <text id="17">
>>>>> <property name="contentType">html</property>
>>>>> <text-property
>>>>> name="content"><![CDATA[<b>Congratulations!</b>
>>>>> <br><br>
>>>>> If you can see this report, it means that the BIRT viewer is installed
>>>>> correctly.
>>>>> <br><br>]]></text-property>
>>>>> </text>
>>>>> <grid id="18">
>>>>> <property name="width">100%</property>
>>>>> <column id="19">
>>>>> <property name="width">1.354in</property>
>>>>> </column>
>>>>> <column id="20">
>>>>> <property name="width">5.083in</property>
>>>>> </column>
>>>>> <row id="21">
>>>>> <cell id="22">
>>>>> <label id="23">
>>>>> <text-property name="text">Sample
>>>>> Parameter:</text-property>
>>>>> </label>
>>>>> </cell>
>>>>> <cell id="24">
>>>>> <data id="25">
>>>>> <list-property name="boundDataColumns">
>>>>> <structure>
>>>>> <property
>>>>> name="name">params["sample"]</property>
>>>>> <expression
>>>>> name="expression">params["sample"]</expression>
>>>>> </structure>
>>>>> </list-property>
>>>>> <property
>>>>> name="resultSetColumn">params["sample"]</property>
>>>>> </data>
>>>>> </cell>
>>>>> </row>
>>>>> </grid>
>>>>> </body>
>>>>> </report>
>>>>>
>>
Re: Report publishing problem [message #184231 is a reply to message #184204] Fri, 11 August 2006 03:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gerhard.goosen.bluesphere.co.za

Hi Jason, The right click export only works if you export to a local or
networked file system, and I need to throw it across HTTP to a WEBDAV
folder, and BIRT from eclipse does not seem to want to do that?
any suggestions?


Jason Weathersby wrote:
> Are you wanting an API to export?
> You want something other than right clicking on the report and selecting
> export?
>
> Jason
>
> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
> news:ebemet$8ng$1@utils.eclipse.org...
>> ok cool thanks. Is there a mechanism in birt/eclipse that will allow me to
>> export my designs without extending the birt source code...
>> Regards
>> Gerhard.
>>
>> Jason Weathersby wrote:
>>> The rpttemplate can be published to a resource folder, which is set in
>>> preferences. This is meant to ease development so
>>> Templates paths dont have to be hard coded.
>>> Rptdesigns dont have this structure. You to have export the rptdesigns.
>>>
>>> Jason
>>>
>>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>>> news:eb9hnu$sou$1@utils.eclipse.org...
>>>> Hi Jason, yes when running the .rtpdesign the report works fine... so i
>>>> guess I totally misunderstood the publishing thing! Can you tell me if
>>>> there is a mechanism in BIRT that will save my .rptdesign files in a
>>>> remote folder, like my web viewer's report folder??? Thanks
>>>>
>>>> Jason Weathersby wrote:
>>>>> Gerhard,
>>>>>
>>>>> It should not be named rpttemplate. This is the extension for a report
>>>>> template, not a rpt design.
>>>>> If you try the index.jsp page in the WebViewerExample you will see a
>>>>> link for the test.rptdesign.
>>>>> Does this work on your system?
>>>>> When you are building a report make sure you select new report not new
>>>>> template.
>>>>> Templates are used by report designs.
>>>>>
>>>>> Jason
>>>>>
>>>>> "Gerhard Goosen" <gerhard.goosen@bluesphere.co.za> wrote in message
>>>>> news:eb7ev8$r9i$1@utils.eclipse.org...
>>>>>> Hi,
>>>>>> I have copied the test.rptdesign report that comes with the
>>>>>> birt-viewer
>>>>>> web application. That I got from downloading the
>>>>>> birt-runtime-2_0_1.zip
>>>>>> into me workspace i did not edit it at all, i only published it to my
>>>>>> birt-viewer's report folder.
>>>>>> I get a error on the viewer side... attached is the report design and
>>>>>> the log file created...
>>>>>>
>>>>>> note: The report .rptdesign works like a charm when I "preview" in
>>>>>> Eclipse. but not when published... it checnges the name to
>>>>>> .rpttemplate???
>>>>>>
>>>>>> thanks
>>>>>>
>>>>>>
>>>>>> Jason Weathersby wrote:
>>>>>>> What error are you getting?
>>>>>>> Can you check the Tomcat logs directory?
>>>>>>> Also in the web.xml there is a setting for logging.
>>>>>>> Change it to FINEST and set a location for the fle.
>>>>>>> Post the log.
>>>>>>>
>>>>>>> Thanks
>>>>>>> Jason
>>>>>>>
>>>>>>> "jan " <10-1985@gmx.de> wrote in message
>>>>>>> news:940f40f99bca6abc1529e6703a11e584$1@www.eclipse.org...
>>>>>>>> sounds like my problem,
>>>>>>>>
>>>>>>>> Report is very tiny,but same problem with example
>>>>>>>> testWebReport.rptdesign
>>>>>>>>
>>>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>>>>> version="3.2.2"
>>>>>>>> id="1">
>>>>>>>> <property name="createdBy">Eclipse BIRT Designer Version
>>>>>>>> 2.1.0.N20060628-1351 Build &lt;20060628-1537></property>
>>>>>>>> <property name="units">in</property>
>>>>>>>> <property name="comments">Copyright (c) 2006 &lt;&lt;Your Company
>>>>>>>> Name
>>>>>>>> here>></property>
>>>>>>>> <page-setup>
>>>>>>>> <simple-master-page name="Simple MasterPage" id="2">
>>>>>>>> <page-footer>
>>>>>>>> <text id="3">
>>>>>>>> <property name="contentType">html</property>
>>>>>>>> <text-property
>>>>>>>> name="content"><![CDATA[<value-of>new
>>>>>>>> Date()</value-of>]]></text-property>
>>>>>>>> </text>
>>>>>>>> </page-footer>
>>>>>>>> </simple-master-page>
>>>>>>>> </page-setup>
>>>>>>>> <body>
>>>>>>>> <text id="4">
>>>>>>>> <property name="contentType">plain</property>
>>>>>>>> <text-property
>>>>>>>> name="content"><![CDATA[ffdsa]]></text-property>
>>>>>>>> </text>
>>>>>>>> </body>
>>>>>>>> </report>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>> ------------------------------------------------------------ --------------------
>>>>>
>>>>>
>>>>>> 2006/08/07 03:08:14 org.eclipse.birt.core.util.BirtTimer logTimeTaken
>>>>>> INFO: Engine startup takes 531 Milliseconds.
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice asc
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice all
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice hide
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice if-realized
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice hyperlink
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice string
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice static
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice scroll
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0%
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0%
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice repeat
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice left
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0em
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice block
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0.5pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice asc
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice size-to-image
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice horizontal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice scroll
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0%
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0%
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice repeat
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice left
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0em
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice normal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice block
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice asc
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 1.25in
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice horizontal
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>>>> validateXml
>>>>>> FINE: return dimension value with user defined unit 0.5pt
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice string
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice static
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice size-to-image
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice none
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice hyperlink
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice asc
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice hide
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice eq
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice any
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice if-realized
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice auto
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>>>> FINE: return internal name for choice all
>>>>>> 2006/08/07 03:08:15
>>>>>> org.eclipse.birt.report.engine.api.impl.ReportEngineHelper
>>>>>> openReportDesign
>>>>>> SEVERE: invalid design file C:\Program Files\Apache Software
>>>>>> Foundation\Tomcat 5.0\webapps\birt-viewer\report\test.rpttemplate
>>>>>>
>>>>> ------------------------------------------------------------ --------------------
>>>>>
>>>>>
>>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>>> <!-- Written by Eclipse BIRT 2.0 -->
>>>>>> <report xmlns="http://www.eclipse.org/birt/2005/design"
>>>>>> version="3.2.2" id="1">
>>>>>> <property name="author">Bertie the Platypus</property>
>>>>>> <property name="createdBy">Eclipse BIRT Designer Version 1.0.0
>>>>>> Build &lt;20050405-1230></property>
>>>>>> <property name="units">in</property>
>>>>>> <property name="comments">Not a very interesting report, just a
>>>>>> "Hello World" with a param.</property>
>>>>>> <html-property name="description">Sample report used to test the
>>>>>> BIRT viewer.</html-property>
>>>>>> <list-property name="configVars">
>>>>>> <structure>
>>>>>> <property name="name">sample</property>
>>>>>> <property name="value">aaa</property>
>>>>>> </structure>
>>>>>> </list-property>
>>>>>> <parameters>
>>>>>> <scalar-parameter name="sample" id="2">
>>>>>> <text-property name="displayName">Sample
>>>>>> Parameter</text-property>
>>>>>> <property name="hidden">false</property>
>>>>>> <property name="dataType">string</property>
>>>>>> <property name="concealValue">false</property>
>>>>>> <property name="allowBlank">true</property>
>>>>>> <property name="allowNull">false</property>
>>>>>> <property name="controlType">text-box</property>
>>>>>> <property name="mustMatch">false</property>
>>>>>> <property name="fixedOrder">false</property>
>>>>>> </scalar-parameter>
>>>>>> </parameters>
>>>>>> <page-setup>
>>>>>> <simple-master-page name="Simple MasterPage" id="3">
>>>>>> <page-header>
>>>>>> <grid id="4">
>>>>>> <property name="width">100%</property>
>>>>>> <column id="5"/>
>>>>>> <row id="6">
>>>>>> <cell id="7">
>>>>>> <property
>>>>>> name="fontSize">xx-large</property>
>>>>>> <property name="fontWeight">bold</property>
>>>>>> <property
>>>>>> name="textAlign">center</property>
>>>>>> <text id="8">
>>>>>> <text-property
>>>>>> name="content"><![CDATA[Title]]></text-property>
>>>>>> </text>
>>>>>> </cell>
>>>>>> </row>
>>>>>> </grid>
>>>>>> </page-header>
>>>>>> <page-footer>
>>>>>> <grid id="9">
>>>>>> <property name="width">100%</property>
>>>>>> <column id="10"/>
>>>>>> <column id="11"/>
>>>>>> <row id="12">
>>>>>> <cell id="13">
>>>>>> <text id="14">
>>>>>> <property
>>>>>> name="contentType">html</property>
>>>>>> <text-property
>>>>>> name="content"><![CDATA[<value-of>new
>>>>>> Date()</value-of>]]></text-property>
>>>>>> </text>
>>>>>> </cell>
>>>>>> <cell id="15">
>>>>>> <property name="textAlign">right</property>
>>>>>> <text id="16">
>>>>>> <text-property
>>>>>> name="content"><![CDATA[Page:]]></text-property>
>>>>>> </text>
>>>>>> </cell>
>>>>>> </row>
>>>>>> </grid>
>>>>>> </page-footer>
>>>>>> </simple-master-page>
>>>>>> </page-setup>
>>>>>> <body>
>>>>>> <text id="17">
>>>>>> <property name="contentType">html</property>
>>>>>> <text-property
>>>>>> name="content"><![CDATA[<b>Congratulations!</b>
>>>>>> <br><br>
>>>>>> If you can see this report, it means that the BIRT viewer is installed
>>>>>> correctly.
>>>>>> <br><br>]]></text-property>
>>>>>> </text>
>>>>>> <grid id="18">
>>>>>> <property name="width">100%</property>
>>>>>> <column id="19">
>>>>>> <property name="width">1.354in</property>
>>>>>> </column>
>>>>>> <column id="20">
>>>>>> <property name="width">5.083in</property>
>>>>>> </column>
>>>>>> <row id="21">
>>>>>> <cell id="22">
>>>>>> <label id="23">
>>>>>> <text-property name="text">Sample
>>>>>> Parameter:</text-property>
>>>>>> </label>
>>>>>> </cell>
>>>>>> <cell id="24">
>>>>>> <data id="25">
>>>>>> <list-property name="boundDataColumns">
>>>>>> <structure>
>>>>>> <property
>>>>>> name="name">params["sample"]</property>
>>>>>> <expression
>>>>>> name="expression">params["sample"]</expression>
>>>>>> </structure>
>>>>>> </list-property>
>>>>>> <property
>>>>>> name="resultSetColumn">params["sample"]</property>
>>>>>> </data>
>>>>>> </cell>
>>>>>> </row>
>>>>>> </grid>
>>>>>> </body>
>>>>>> </report>
>>>>>>
>
>
Re: Report publishing problem [message #186540 is a reply to message #183051] Tue, 22 August 2006 08:40 Go to previous message
Eclipse UserFriend
Originally posted by: 10-1985.gmx.de

hi, sure its in the dir
C:\tomcat-4.1.31\webapps\WebReport\Reports
Previous Topic:LinkageError when running birt-runtime-2_1_0.zip
Next Topic:IOException - This output stream has already been closed
Goto Forum:
  


Current Time: Sun May 04 12:28:28 EDT 2025

Powered by FUDForum. Page generated in 0.07526 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top