Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Deployment of a report and resources in one jar file?
Deployment of a report and resources in one jar file? [message #264877] Mon, 21 January 2008 12:06 Go to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello everybody,

i had integrate successfully BIRT into our application as a service on
an application server. The report design file is send from a client
to the service for rendering and the service returns the scoped output
(HTML or PDF).

My problem is that I need localized reports. So I have to use the
properties files mechanism. Because there is no mechanism to support
localization implicit in the report design xml file, right?

Does the client have to send all properties files for every language
with the report design to my service, or is there a possiblity to
zip all the files to a jar and use this jar at the report engine API?

It would be great, if someone could give me a hint.

Adam
Re: Deployment of a report and resources in one jar file? [message #265016 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #265192 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #265726 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #265883 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #266443 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #266600 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #267168 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #267329 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #267873 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #268033 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #268580 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #268732 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #269299 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #269446 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #270021 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #270157 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #270727 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #270881 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #271446 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #271605 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #272181 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #272335 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #272758 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #272863 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #273075 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #273139 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #273507 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #273603 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #273911 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #274016 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #274288 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #274398 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #274680 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #274787 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #275069 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #275158 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #275463 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #275569 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #275863 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #275965 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #276254 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #276355 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #276653 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #276760 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #277055 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #277163 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #277436 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #277537 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #277853 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #277955 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #278226 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #278328 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #278630 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #278718 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #279024 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #279128 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #279442 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #279545 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #279811 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #279915 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #280205 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #280309 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #280601 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #280706 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #280999 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #281105 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #281397 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #281498 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #281789 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #281890 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #282178 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #282276 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #282576 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #282679 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #282972 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #283079 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #283369 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #283469 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #283760 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #283861 is a reply to message #265016] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #284159 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #284260 is a reply to message #284159] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #284549 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #284644 is a reply to message #284549] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #284942 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #285042 is a reply to message #284942] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #285324 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #285398 is a reply to message #285324] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #285832 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #285934 is a reply to message #285832] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #286184 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #286288 is a reply to message #286184] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #286530 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #286636 is a reply to message #286530] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #286943 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #287043 is a reply to message #286943] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #287299 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #287376 is a reply to message #287299] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #287713 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #287820 is a reply to message #287713] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #288110 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #288214 is a reply to message #288110] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #288502 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #288603 is a reply to message #288502] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #288896 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #289001 is a reply to message #288896] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #289292 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #289393 is a reply to message #289292] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #289689 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #289794 is a reply to message #289689] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #290076 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #290177 is a reply to message #290076] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #290472 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #290581 is a reply to message #290472] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #290876 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #290983 is a reply to message #290876] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #291270 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #291373 is a reply to message #291270] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #291665 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #291772 is a reply to message #291665] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #292051 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #292162 is a reply to message #292051] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #292455 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #292559 is a reply to message #292455] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #292852 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #292956 is a reply to message #292852] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #293242 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #293345 is a reply to message #293242] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #293639 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #293740 is a reply to message #293639] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #294032 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #294136 is a reply to message #294032] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #294432 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #294537 is a reply to message #294432] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #294822 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #294927 is a reply to message #294822] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #295218 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #295322 is a reply to message #295218] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #295616 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #295719 is a reply to message #295616] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #296010 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #296113 is a reply to message #296010] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #296406 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #296511 is a reply to message #296406] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #296798 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #296899 is a reply to message #296798] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #297197 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #297299 is a reply to message #297197] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #297590 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #297693 is a reply to message #297590] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #297985 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #298089 is a reply to message #297985] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #298395 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #298499 is a reply to message #298395] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #298770 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #298872 is a reply to message #298770] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #299166 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #299269 is a reply to message #299166] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #299564 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #299662 is a reply to message #299564] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #299950 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #300055 is a reply to message #299950] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #300350 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #300455 is a reply to message #284549] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #300784 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #300888 is a reply to message #284942] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #301139 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #301231 is a reply to message #284942] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #301521 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #301606 is a reply to message #285324] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #301937 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #302039 is a reply to message #285324] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #302329 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #302439 is a reply to message #285832] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #302713 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #302815 is a reply to message #285832] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #303120 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #303228 is a reply to message #286184] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #303524 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #303630 is a reply to message #286184] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #303913 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #304015 is a reply to message #286530] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #304306 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #304412 is a reply to message #286530] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #304717 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #304825 is a reply to message #286943] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #305093 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #305193 is a reply to message #286943] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #305496 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #305583 is a reply to message #287299] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #305873 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #305975 is a reply to message #287299] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #306274 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #306379 is a reply to message #287713] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #306677 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #306780 is a reply to message #287713] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #307073 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Re: Deployment of a report and resources in one jar file? [message #307176 is a reply to message #288110] Tue, 29 January 2008 09:12 Go to previous messageGo to next message
Adam Lucarz is currently offline Adam LucarzFriend
Messages: 518
Registered: July 2009
Senior Member
Hello Jason,

sorry for the long waiting time until my reaction to your answer. You
proposal was a thing I already gave a try. But I was not able to
reference the property in the jar file. I guess that my written URLs
were wrong. It would be a pleasure if someone could give me a working
example.

Thanks!
Adam

Jason Weathersby schrieb:
> Adam,
>
> You should be able to jar the properties files and add a reference to
> this jar in the report design.
>
> Take a look at the Resources entry under general properties for the report.
>
> Jason
>
> Adam Lucarz wrote:
>> Hello everybody,
>>
>> i had integrate successfully BIRT into our application as a service on
>> an application server. The report design file is send from a client
>> to the service for rendering and the service returns the scoped output
>> (HTML or PDF).
>>
>> My problem is that I need localized reports. So I have to use the
>> properties files mechanism. Because there is no mechanism to support
>> localization implicit in the report design xml file, right?
>>
>> Does the client have to send all properties files for every language
>> with the report design to my service, or is there a possiblity to
>> zip all the files to a jar and use this jar at the report engine API?
>>
>> It would be great, if someone could give me a hint.
>>
>> Adam
Re: Deployment of a report and resources in one jar file? [message #307464 is a reply to message #264877] Thu, 24 January 2008 14:30 Go to previous messageGo to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Adam,

You should be able to jar the properties files and add a reference to
this jar in the report design.

Take a look at the Resources entry under general properties for the report.

Jason

Adam Lucarz wrote:
> Hello everybody,
>
> i had integrate successfully BIRT into our application as a service on
> an application server. The report design file is send from a client
> to the service for rendering and the service returns the scoped output
> (HTML or PDF).
>
> My problem is that I need localized reports. So I have to use the
> properties files mechanism. Because there is no mechanism to support
> localization implicit in the report design xml file, right?
>
> Does the client have to send all properties files for every language
> with the report design to my service, or is there a possiblity to
> zip all the files to a jar and use this jar at the report engine API?
>
> It would be great, if someone could give me a hint.
>
> Adam
Previous Topic:a:visited css tags
Next Topic:Scripted data source - only returning one row
Goto Forum:
  


Current Time: Thu Mar 28 20:17:26 GMT 2024

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

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

Back to the top