<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>birt-report-engine-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/maillist.html</link>
		<description>birt-report-engine-dev</description>
		<language>en-us</language>
		<pubDate>Thu, 19 Nov 2009 09:30:26 GMT</pubDate>
		<lastBuildDate>Thu, 19 Nov 2009 09:30:26 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>birt-report-engine-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[birt-report-engine-dev] setSpecification is not supported error...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00182.html</link>
		<description>I have a sample report that runs fine from eclipse birt plugin. When I move the report to my webapp, and call ReportEngine from my servlet, I do not see the jdbc query executed. I have one report parameter ( RP_demo ) in the query which I pass using the fo...</description>
		<content:encoded><![CDATA[<tt><br>I have a sample report that runs fine from eclipse birt plugin. When I move 
the report to my webapp, and call ReportEngine from my servlet, I do not see 
the jdbc query executed.</tt><br>
<br>
<tt>I have one report parameter ( RP_demo ) in the query which I pass using the 
following code:</tt><br>
<br>
<pre style="margin: 0em;">IRunAndRenderTask task = ...;
task.setParameterValue(&quot;RP_Demo&quot;, &quot;N&quot;);</pre><br>
<pre style="margin: 0em;"><br>In Birt log files, I find the following messages/error:</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>FINER: ENTRY DSP_demo true false<br>
Nov 19, 2009 2:48:22 PM 
org.eclipse.birt.data.engine.odaconsumer.ParameterHint ParameterHint( 
String, boolean, boolean )<br>
FINER: RETURN org.eclipse.birt.data.engine.odaconsumer.ParameterHint@10aa2da<br>
Nov 19, 2009 2:48:22 PM org.eclipse.birt.data.engine.odaconsumer.Connection 
prepareStatement(String,String,QuerySpecification)<br>
FINER: ENTRY select companyName, expiryDate<br>
from client<br>
where demo = ? org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet<br>
Nov 19, 2009 2:48:22 PM org.eclipse.birt.data.engine.odaconsumer.Connection 
prepareOdaQuery<br>
FINER: ENTRY select companyName, expiryDate<br>
from client<br>
where demo = ? org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet 
org.eclipse.datatools.connectivity.oda.spec.QuerySpecification@752ccf<br>
Nov 19, 2009 2:48:22 PM org.eclipse.birt.report.data.oda.jdbc.Connection 
createStatement<br>
FINE: 
Connection.createStatement(org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet)<br>
Nov 19, 2009 2:48:22 PM org.eclipse.birt.data.engine.odaconsumer.Connection 
setOdaQuerySpec<br>
FINER: ENTRY 
org.eclipse.datatools.connectivity.oda.spec.QuerySpecification@752ccf<br>
Nov 19, 2009 2:48:22 PM org.eclipse.birt.report.data.oda.jdbc.Statement 
setSpecification<br>
FINE: No named Parameter supported.<br>
java.lang.UnsupportedOperationException: setSpecification is not supported.<br>
at 
org.eclipse.birt.report.data.oda.jdbc.Statement.setSpecification(Statement.java:943)<br>
at 
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.setSpecification(OdaQuery.java:1488)<br>
at 
org.eclipse.birt.data.engine.odaconsumer.Connection.setOdaQuerySpec(Connection.java:315)<br>
at 
org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery(Connection.java:279)<br>
at 
org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement(Connection.java:181)<br>
at 
org.eclipse.birt.data.engine.executor.DataSource.prepareStatement(DataSource.java:269)<br>
at 
org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:270)<br>
at 
org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:350)<br>
at 
org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:337)<br>
at 
org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:448)<br>
at 
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:190)<br>
at 
org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:178)<br>
at 
org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:144)<br>
at 
org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:511)<br>
at 
org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:139)<br>
at 
org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:254)<br>
at 
org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1818)<br>
at 
org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80)<br>
at 
org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:62)<br>
at 
org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43)<br>
at 
org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46)<br>
at 
org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34)<br>
at 
org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65)<br>
at 
org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90)<br>
at 
org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99)<br>
at 
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:170)<br>
at 
org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75)</tt><br>
<br>
<pre style="margin: 0em;"><br>Thanks</pre><br>
<tt>gd </tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 19 Nov 2009 09:26:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00182.html</guid>
		<author>pady@xxxxxxx (pady-geazy)</author>
	</item>


	<item>
		<title>[birt-report-engine-dev] birt beginner question...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00181.html</link>
		<description> I downloaded BIRT 2.3 as an eclipse plugin. I have a webapp into which I would like to integrate birt. I have created a demo report from the designer. I am wondering which jars to be included in my release - for my web app to run the report ? I am not usi...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">I downloaded BIRT 2.3 as an eclipse plugin. I have a webapp into which I
would like to integrate birt. I have created a demo report from the
designer. I am wondering which jars to be included in my release - for my
web app to run the report ? I am not using the webapp shipped with birt to
run the reports - rather I have a servlet instantiating the ReportEngine.
</pre><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>From the eclipse plugins folders, there are
</tt></blockquote><pre style="margin: 0em;"><br>birt.core.*.jar
birt.report.engine.*.jar
birt.report.model*.jar
birt.report.runtime*.jar
birt_2.3.2.jar</pre><br>
<tt>For development, I included all these jars. But I am not sure if everyone of<br>
this is required for runtime ? Or should I just download the 2.5.1 runtime 
version separately and use that<br>
for bundling with my webapp ?</tt><br>
<br>
<pre style="margin: 0em;"><br>Thanks</pre><br>
<pre style="margin: 0em;">gd</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 18 Nov 2009 06:55:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00181.html</guid>
		<author>pady@xxxxxxx (pady-geazy)</author>
	</item>


	<item>
		<title>Re: Re: [birt-report-engine-dev] Query runs multiple times</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00180.html</link>
		<description>Nederlandse versie: zie lager. Hello, if you know me, you know that I am not available from October 5 till October 18. You can only reach me at one of the following movie theatres: http://cinema.lowagie.com/printout.php?gekozen=1 If you have a question abo...</description>
		<content:encoded><![CDATA[<pre>Nederlandse versie: zie lager.

Hello,

if you know me, you know that I am not available from October 5 till October 18.
You can only reach me at one of the following movie theatres:
<a  href="http://cinema.lowagie.com/printout.php?gekozen=1">http://cinema.lowagie.com/printout.php?gekozen=1</a>

If you have a question about iText, please understand that it's the company policy
of 1T3XT to ignore all questions that are not sent to one of the official e-mail addresses:
- the free mailing list: see <a  href="http://1t3xt.com/about/contact.php">http://1t3xt.com/about/contact.php</a>
- the official support address: see <a  href="http://itextsoftware.com/">http://itextsoftware.com/</a>

If you have a personal question, you probably know me, and you know other ways
to reach me. Do not use my mail address till after October 18.

best regards,
Bruno

Samengevat: ik ben naar het filmfestival van 5 tot 17 oktober, en ik heb 18 oktober
nodig om te recupereren. Ik zal gedurende die periode zo goed als niet online zijn.



</pre>]]></content:encoded>
		<pubDate>Fri, 16 Oct 2009 06:29:33 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00180.html</guid>
		<author>bruno@xxxxxxx (bruno)</author>
	</item>
	<item>
		<title>Re: [birt-report-engine-dev] Query runs multiple times</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00179.html</link>
		<description>Nederlandse versie: zie lager. Hello, if you know me, you know that I am not available from October 5 till October 18. You can only reach me at one of the following movie theatres: http://cinema.lowagie.com/printout.php?gekozen=1 If you have a question abo...</description>
		<content:encoded><![CDATA[<pre>Nederlandse versie: zie lager.

Hello,

if you know me, you know that I am not available from October 5 till October 18.
You can only reach me at one of the following movie theatres:
<a  href="http://cinema.lowagie.com/printout.php?gekozen=1">http://cinema.lowagie.com/printout.php?gekozen=1</a>

If you have a question about iText, please understand that it's the company policy
of 1T3XT to ignore all questions that are not sent to one of the official e-mail addresses:
- the free mailing list: see <a  href="http://1t3xt.com/about/contact.php">http://1t3xt.com/about/contact.php</a>
- the official support address: see <a  href="http://itextsoftware.com/">http://itextsoftware.com/</a>

If you have a personal question, you probably know me, and you know other ways
to reach me. Do not use my mail address till after October 18.

best regards,
Bruno

Samengevat: ik ben naar het filmfestival van 5 tot 17 oktober, en ik heb 18 oktober
nodig om te recupereren. Ik zal gedurende die periode zo goed als niet online zijn.



</pre>]]></content:encoded>
		<pubDate>Fri, 16 Oct 2009 06:29:28 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00179.html</guid>
		<author>bruno@xxxxxxx (bruno)</author>
	</item>
	<item>
		<title>[birt-report-engine-dev] Query runs multiple times</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00178.html</link>
		<description> Hello, I use a cross tab in my report. The data are retrieved from a scripted data source. When I run the report the query runs 3 times. With the same data. The problem is the execution time of the query which is half an hour, roughly. Or 1.5 hours becaus...</description>
		<content:encoded><![CDATA[<pre>
Hello,

I use a cross tab in my report. The data are retrieved from a scripted data
source. 
When I run the report the query runs 3 times. With the same data. The
problem is the execution time of the query which is half an hour, roughly.
Or 1.5 hours because it runs 3 times.

Why does it run 3 times? Can I dissuade birt from doing it?

Thanks for help!
-- 
View this message in context: <a  href="http://www.nabble.com/Query-runs-multiple-times-tp25906699p25906699.html">http://www.nabble.com/Query-runs-multiple-times-tp25906699p25906699.html</a>
Sent from the Eclipse BIRT - Report Engine - Dev mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Fri, 16 Oct 2009 06:29:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00178.html</guid>
		<author>Juergen.Leeb@xxxxxxx (Justive)</author>
	</item>


	<item>
		<title>[birt-report-engine-dev] Xiao Ying Hu is out of the office.</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00177.html</link>
		<description> I will be out of the office starting 10/01/2009 and will not return until 10/09/2009. Any emergency, please call (86)10-18910572023. For 7AM issues, please cc ytxiang@xxxxxxxxxxx</description>
		<content:encoded><![CDATA[
<p>I will be out of the office starting  10/01/2009 and will not return until 10/09/2009.<br>
<br>
Any emergency, please call (86)10-18910572023.<br>
For 7AM issues, please cc ytxiang@xxxxxxxxxxx]]></content:encoded>
		<pubDate>Thu, 01 Oct 2009 20:11:46 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00177.html</guid>
		<author>huxiaoy@xxxxxxx (Xiao Ying Hu)</author>
	</item>
	<item>
		<title>[birt-report-engine-dev] Message to post</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00176.html</link>
		<description>Title: Firma SpagoW Hallo, &amp;#xA0;&amp;#xA0;&amp;#xA0; I'd like to post to this mailing list... is it possible? The message is: Hi all, I'm new in developing with Birt's API ..so I need your help for solve my problem. At the moment, I'm able to create image with URL source type (...</description>
		<content:encoded><![CDATA[<address>Title: <strong>Firma SpagoW</strong></address>
<table width="100%"><tr><td bgcolor="#ffffff" style="background-color: #ffffff; color: #000099; "><font color="#000099">



Hallo,<br>
&#xA0;&#xA0;&#xA0; I'd like to post to this mailing list... is it possible?<br>
<br>
The message is:<br>
<br>
<pre wrap="">Hi all,
I'm new in developing with Birt's API ..so I need your help for solve my
problem.

At the moment, I'm able to create image with URL source type (the url links
my application that integrates BirtEngine; ie.
"/SpagoBIBirtReportEngine/BirtImageServlet?chart_label=CHR_SEX_AGE&amp;cat_group="+params["cat_group"].value),
so with any modifies to BirtImageServlet I can execute an external chart,
get its inputstream and view the result like an image. It runs correctly if
I export the document in HTML format BUT if I export the same document in
PDF format I have next error:

"Current report item is not supported in this report format."

I think because  the pdf format doesn't support 'URL' like source type. I'm
wrong?

Someone can help me with some suggestions?
I need a general management for obtain external chart and it must be able to
export in any format (html, pdf, jpg as minimum).

Thanks in advance,
Antonella

ps. I'm using Birt 2.5.0 and tomcat 5.5</pre>
<br>
<br>
<div class="moz-signature">-- <br>

<br>
</div>


</font></td></tr></table>]]></content:encoded>
		<pubDate>Thu, 01 Oct 2009 11:51:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00176.html</guid>
		<author>antonella.giachino@xxxxxxx (Antonella Giachino)</author>
	</item>


	<item>
		<title>[birt-report-engine-dev] Default Path to Run .rptdesign file</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00175.html</link>
		<description>I&amp;#39;ve been using the 2.3.1 Birt version and I kept all .rptdesign files out of the root birt folder in Tomcat.Now i updated to the new version 2.5 and the reports doesn&amp;#39;t work. I think&amp;#xA0;it&amp;#39;s because they don&amp;#39;t were in this folder. So, now the reports only wi...</description>
		<content:encoded><![CDATA[I&#39;ve been using the 2.3.1 Birt version and I kept all .rptdesign files out of the root birt folder in Tomcat.<br>Now i updated to the new version 2.5 and the reports doesn&#39;t work. I think&#xA0;it&#39;s because they don&#39;t were in this folder.<br>

So, now the reports only will run into the birt root folder under the tomcat?<br><br><br> thanks!<br><br clear="all">Tonismar<br><a href="http://kroiner.wordpress.com">http://kroiner.wordpress.com</a><br>
]]></content:encoded>
		<pubDate>Tue, 22 Sep 2009 13:42:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00175.html</guid>
		<author>tonismar@xxxxxxx (tonismar bernardo)</author>
	</item>


	<item>
		<title>[birt-report-engine-dev] Michael Fox is out of the office.</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00174.html</link>
		<description> I will be out of the office starting 09/04/2009 and will not return until 09/08/2009. I'll be out of the office Friday Sept 4 and Monday Sept 7. I will not have access to email, so I'll respond when I return. Mike</description>
		<content:encoded><![CDATA[
<p>I will be out of the office starting  09/04/2009 and will not return until 09/08/2009.<br>
<br>
I'll be out of the office Friday Sept 4 and Monday Sept 7.  I will not have access to email, so I'll respond when I return.<br>
<br>
Mike]]></content:encoded>
		<pubDate>Fri, 04 Sep 2009 18:02:34 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00174.html</guid>
		<author>foxm@xxxxxxx (Michael Fox)</author>
	</item>
	<item>
		<title>Re: [birt-report-engine-dev] Connections doesn't	closes.[Using.rptlibrary]</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00173.html</link>
		<description></description>
		<content:encoded><![CDATA[Hi Gary,<br><br>Thanks for attention. I created the Bug 288646.<br>Take a look.<br><br>[]&#39;s<br clear="all">Tonismar<br><a href="http://kroiner.wordpress.com">http://kroiner.wordpress.com</a><br>
<br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 6:09 PM, Gary Xue <span dir="ltr">&lt;<a href="mailto:gxue@xxxxxxxxxxx">gxue@xxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">










<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hi Tonismar,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I&#x2019;ve not been able to reproduce this issue with combinations of
data sources from library and report. To help us look into this further, can
you open a Bugzilla with more information on how to reproduce this issue? If
will be helpful if you can attach to Bugzilla a sample report that&#x2019;s giving you
the connection leak.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&#xA0;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Gary</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&#xA0;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&#xA0;</span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:birt-report-engine-dev-bounces@xxxxxxxxxxx" target="_blank">birt-report-engine-dev-bounces@xxxxxxxxxxx</a>
[mailto:<a href="mailto:birt-report-engine-dev-bounces@xxxxxxxxxxx" target="_blank">birt-report-engine-dev-bounces@xxxxxxxxxxx</a>] <b>On Behalf Of </b>tonismar
bernardo<br>
<b>Sent:</b> Wednesday, September 02, 2009 8:02 AM<br>
<b>To:</b> <a href="mailto:birt-report-engine-dev@xxxxxxxxxxx" target="_blank">birt-report-engine-dev@xxxxxxxxxxx</a><br>
<b>Subject:</b> [birt-report-engine-dev] Connections doesn&#39;t
closes.[Using.rptlibrary]</span></p>

</div><div><div></div><div class="h5">

<p>&#xA0;</p>

<p>Hi, <br>
<br>
I&#39;ve been monitoring BIRT connections with PostgreSQL and sometimes it doesn&#39;t
closes. <br>
I read it&#39;s seems that when .rptlibrary and .rptdesign files have a datasource.
Causing two connections with the database. <br>
I take off the datasource from my .rptdesign file but, using only the
datasource from the .rptlibrary, the problem still happen. <br>
Any ideas about this? <br>
<br>
thanks! <br>
<br clear="all">
Tonismar<br>
<a href="http://kroiner.wordpress.com" target="_blank">http://kroiner.wordpress.com</a></p>

</div></div></div>

</div>


<br>_______________________________________________<br>
birt-report-engine-dev mailing list<br>
<a href="mailto:birt-report-engine-dev@xxxxxxxxxxx">birt-report-engine-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/birt-report-engine-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/birt-report-engine-dev</a><br>
<br></blockquote></div><br>
]]></content:encoded>
		<pubDate>Fri, 04 Sep 2009 14:26:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-report-engine-dev/msg00173.html</guid>
		<author>tonismar@xxxxxxx (tonismar bernardo)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
