Skip to main content



      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 12:48 Go to next message
Eclipse UserFriend
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 16:17 Go to previous messageGo to next message
Eclipse UserFriend
Can you set up a simple example that will show me the issue?
Re: Passing parameter to BIRT in Eclipse 3.8.2 [message #1202768 is a reply to message #1199443] Fri, 22 November 2013 04:59 Go to previous message
Eclipse UserFriend
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: Sun Aug 31 02:13:40 EDT 2025

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

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

Back to the top