Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Birt with Jsf 2.0 & Glashfish & primefaces
A@vi
Hello All,
How can I integrate Birt Report with Jsf 2.0
I am not able to generate report from a jsf page.
Can anyone help ?
Thanks in advance,
Avinash
Find more posts tagged with
Comments
mwilliams
I've not done this, so I don't know how much I can help, but maybe one of these will help you with integrating BIRT with JSF:
http://www.birt-exchange.org/org/wiki/index.php?title=Using_BIRT_and_Actuate_with_JavaServer_Faces(JSF)
http://live.eclipse.org/node/873
A@vi
I didnt get it from there.... Its giving me errors.....<br />
I am connecting to the database - & i am able to view the report in preview...<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="'mwilliams'" data-cid="80079" data-time="1310649409" data-date="14 July 2011 - 06:16 AM"><p>
I've not done this, so I don't know how much I can help, but maybe one of these will help you with integrating BIRT with JSF:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/org/wiki/index.php?title=Using_BIRT_and_Actuate_with_JavaServer_Faces(JSF)'>http://www.birt-exchange.org/org/wiki/index.php?title=Using_BIRT_and_Actuate_with_JavaServer_Faces(JSF)</a><br
/>
<br />
<a class='bbc_url' href='
http://live.eclipse.org/node/873'>http://live.eclipse.org/node/873</a><br
/></p></blockquote>
A@vi
What are necessary steps required to generate a report from a xhtml page ?<br />
<br />
Anything to add in web.xml file ? Or any extra jars or something ?<br />
<br />
Please help.... <a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/public/style_emoticons/'>http://www.birt-exchange.org/org/forum/public/style_emoticons/</a><#EMO_DIR#>/confused.gif
<br />
<br />
Thanks.
ghis_30
Take care. Some Birt libs aren't compatibles with libs needed by PrimeFaces.
Eg. making both working together will invalidate p:dileUpload and p:fileDownload components. The reason is Birt use org.apache.batik.pdf that contains a part of apache.commons.io library. But libs signatures aren't compatibles !
The only solution i found was to delete the apache.commons.io folder contained into org.apache.batik.pdf.