Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Passing parameter to BIRT in Eclipse 3.8.2(Eclipse 3.8.2 fails to pass parameter to BIRT via IRunAndRenderTask.setParameterValue)
icon5.gif  Passing parameter to BIRT in Eclipse 3.8.2 [message #1188546] Fri, 15 November 2013 17:48 Go to next message
Paul Burkel is currently offline Paul BurkelFriend
Messages: 3
Registered: April 2013
Junior Member
After updating Eclipse from 3.8.0 to 3.8.2 the BIRT report java script is no longer getting a parameter that is passed from Java via IRunAndRenderTask.setParameterValue(). The java script stops execution when the first statement that attempts to retrieve the parameter value is executed (in red below...debug logging added to identify termination point).

method = reportGenClass.getMethod("getReportMapValues", null);
logger.info("method="+method);
reportMap = method.invoke(null, null);
logger.info("reportMap="+reportMap);
logger.info("UID="+params["UID"]);
pdfGenObj = reportMap.get(params["UID"]);


Was something changed between 3.8.0 and 3.8.2 related to passing/retrieving parameter values via IRunAndRenderTask.setParameterValue()?
Re: Passing parameter to BIRT in Eclipse 3.8.2 [message #1199443 is a reply to message #1188546] Wed, 20 November 2013 21:17 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Can you set up a simple example that will show me the issue?

Michael

Developer Evangelist, Silanis
Re: Passing parameter to BIRT in Eclipse 3.8.2 [message #1202768 is a reply to message #1199443] Fri, 22 November 2013 09:59 Go to previous message
Laurent Le Moux is currently offline Laurent Le MouxFriend
Messages: 184
Registered: September 2011
Senior Member
Hi,

The problem described by Paul seems to be close to mine (Eclipse 4.3).
You can find details in my post :

http://www.eclipse.org/forums/index.php/t/596923/

Regards,

Laurent
Previous Topic:Automate report print without manual intervention
Next Topic:Displaying dynamic image in a report
Goto Forum:
  


Current Time: Thu Apr 25 17:56:14 GMT 2024

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

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

Back to the top