Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Error.TableItemProcessingError
Error.TableItemProcessingError [message #78270] Sat, 01 October 2005 16:47
Eclipse UserFriend
Originally posted by: jweng.us.ibm.com

Hi,

I add an instance of your EMF object(Java Object) to Birt scripting engine
like:

EngineConfig config = new EngineConfig();
config.setEngineHome(BIRT_HOME);
config.addScriptableJavaObject("Offering",EMFObject);

On the Data Set open I add:

offering = Offering;

On the Data Set fetch I add:

if(offering == null)
return false;
row["offeringName"] = offering.getName();
return true;

When I run the Birt report, I got the error message as follow:

Oct 1, 2005 12:26:53 PM
org.eclipse.birt.report.engine.executor.TableItemExecutor execute
SEVERE: Error:
java.lang.OutOfMemoryError

Does anyone know this problem? Thank you in advance for your help.

John
Previous Topic:Web Viewer of BIRT
Next Topic:A data view is not available
Goto Forum:
  


Current Time: Sat Dec 21 12:36:30 GMT 2024

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

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

Back to the top