[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: BIRT Scripting - Class location problem

Stefan,

How are you running the first report? If you are using the viewer plugin for both, they should already be sharing the same instance of the Engine.

Jason

Stefan Häusler wrote:
Hi Jason,

i dont think i really understand what you mean with the first advice. No matter what classloader i set the the EngineConfig, it is restricted to the engine instance that executes the main report.

This main report knows the ReportAdapter class and has a hyperlink to a subreport. It seems to me that his subreport isn't executed by the engine instance and therefore does not know anything about ReportAdapter.

So how can i "tell" BIRT that the app context is known globally?

Stefan