Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT POJO Dataset: viewer cannot find HttpServletRequest
BIRT POJO Dataset: viewer cannot find HttpServletRequest [message #1771693] Tue, 29 August 2017 14:40
Ozgur Kurt is currently offline Ozgur KurtFriend
Messages: 70
Registered: July 2009
Member
I've been using pojo datasources and datasets lately. When I try to view the report in eclipse internal report viewer I get attached exception.

I have a POJO datasource and in open method I try to access the parameters that were submitted:

public void open(Object appContext, Map<String, Object> map)
	throws Exception
{
	@SuppressWarnings("unchecked")
	Map<String, Object> mur = (Map<String, Object>) appContext;
	HttpServletRequest request = (HttpServletRequest) mur.get(EngineConstants.APPCONTEXT_BIRT_VIEWER_HTTPSERVET_REQUEST);

	open(request);
}


Do you have any idea, why HttpServletRequest cannot be loaded in the classloader of my data source?

Regards,
Ozgur
  • Attachment: CNFE.txt
    (Size: 10.92KB, Downloaded 79 times)
Previous Topic:BIRT POJO Dataset: designer cannot find JDBC driver
Next Topic:execution time report
Goto Forum:
  


Current Time: Thu Apr 25 01:10:25 GMT 2024

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

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

Back to the top