Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How can I deploy Birt 2.1.0 with rptlibrary in JBoss (Pentaho BI)
How can I deploy Birt 2.1.0 with rptlibrary in JBoss (Pentaho BI) [message #242277] Tue, 12 June 2007 14:35 Go to next message
Eclipse UserFriend
Originally posted by: caioabecia.yahoo.com.br

Hello,

I'm using the Pentaho BI plataform solution.
That's an Jboss web app.

I have some BIRT 2.1.0 reports I want to deploy to my web application
(Pentaho).
But when the reports is called on url an error tell me that the report could
not find the rptlibrary.
I now that on BIRT IDE (Eclipse) in order to use the rptlibrary I must
include it on the Resources folder of an plugin folder.

In my web application (pentaho bi opensource) how can I tell where the
rptlibrary is !?
Or where I set the resources folder of birt in there ?
Thanks!!
Re: How can I deploy Birt 2.1.0 with rptlibrary in JBoss (Pentaho BI) [message #242508 is a reply to message #242277] Wed, 13 June 2007 13:48 Go to previous message
Eclipse UserFriend
Originally posted by: caioabecia.yahoo.com.br

Hello there !
I'm posting the solution I got.

To the rptdesign use the rptlibrary in Pentaho BI Plataform 1.5 you can open
the xml file ".rptdesign" and change the following:

<list-property name="libraries">
<structure>
<property name="fileName">testebiblioteca.rptlibrary</property>
<property name="namespace">testebiblioteca</property>
</structure>
</list-property>

to

<list-property name="libraries">
<structure>
<property
name="fileName">D:\directory\dir1\diretc\testebiblioteca.rptlibrary </property>
<property name="namespace">testebiblioteca</property>
</structure>
</list-property>


That's not the best way...'cause will be necessary to set this path in each
rptdesign.
If I deploy the web viewer app example in Jboss it's simple.. in the web.xml
of the war folder I set a variable that contains the path to the resources
and it works without the need of change the path in the rptdesign.

If someone get the report working on Pentaho BI Plataform (a webapp jboss
implementation) using the rptlibrary without the explicit reference of the
library path in rptdesign I'll be glad to hear how was that solution.

Thanks !




"Caio Figueiredo Abecia" <caioabecia@yahoo.com.br> escreveu na mensagem
news:f4mass$6of$1@build.eclipse.org...
> Hello,
>
> I'm using the Pentaho BI plataform solution.
> That's an Jboss web app.
>
> I have some BIRT 2.1.0 reports I want to deploy to my web application
> (Pentaho).
> But when the reports is called on url an error tell me that the report
> could not find the rptlibrary.
> I now that on BIRT IDE (Eclipse) in order to use the rptlibrary I must
> include it on the Resources folder of an plugin folder.
>
> In my web application (pentaho bi opensource) how can I tell where the
> rptlibrary is !?
> Or where I set the resources folder of birt in there ?
> Thanks!!
>
Previous Topic:multicolumn newspaper layout
Next Topic:Formatting - Indentation
Goto Forum:
  


Current Time: Thu Apr 25 09:00:04 GMT 2024

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

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

Back to the top