Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Depricated: PlatformServletContext & config.setEngineContext, use what now?
Depricated: PlatformServletContext & config.setEngineContext, use what now? [message #197616] Wed, 25 October 2006 09:42 Go to next message
Eclipse UserFriend
Originally posted by: J.Porter.1.warwick.ac.uk

PlatformServletContext and the method config.setEngineContext are now
depreicated.

What am I ment to use instead inside a servlet?

Jeff Porter
Re: Depricated: PlatformServletContext & config.setEngineContext, use what now? [message #197855 is a reply to message #197616] Thu, 26 October 2006 15:46 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Jeff,

I believe you should use setPlatformContext.
So if you are using in a a webapp

IPlatformContext pc = new PlatformServletContext( servletContext );
config.setPlatformContext( pc );

PlatformFileContext is used by default.

Jason


"Jeff Porter" <J.Porter.1@warwick.ac.uk> wrote in message
news:ehnbm2$s8b$1@utils.eclipse.org...
>
>
> PlatformServletContext and the method config.setEngineContext are now
> depreicated.
>
> What am I ment to use instead inside a servlet?
>
> Jeff Porter
>
>
Previous Topic:Avoid Pagebreak between Reportitems
Next Topic:Web based Report Designer
Goto Forum:
  


Current Time: Thu Dec 26 19:59:34 GMT 2024

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

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

Back to the top