Skip to main content



      Home
Home » Archived » BIRT » Report Engine API Error in 2.0RC1
Report Engine API Error in 2.0RC1 [message #110378] Tue, 17 January 2006 11:04
Eclipse UserFriend
I have code that was working in a pre - 2.0 release. Here is the code:

public IReportRunnable getReport(ReportEngine engine, String name) {
IReportRunnable report = null;
try {
report = engine.openReportDesign(name);
} catch (EngineException e) {
System.err.println("Report " + name + " not found!\n");
e.printStackTrace();
engine.destroy();
return null;
}
return report;
}

The error I'm getting is:

SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND

I don't see reportItemModel in model.jar

Any ideas?

Dave
Previous Topic:Aric....Documentation on integration
Next Topic:series grouping key in 2.0RC1
Goto Forum:
  


Current Time: Wed May 07 13:32:54 EDT 2025

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

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

Back to the top