Error.TableItemProcessingError [message #78270] |
Sat, 01 October 2005 16:47 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02905 seconds