Skip to main content



      Home
Home » Archived » BIRT » Extension point not found: reportItemModel
Extension point not found: reportItemModel [message #154332] Wed, 19 April 2006 10:04 Go to next message
Eclipse UserFriend
Originally posted by: armando.blancas.pervasive.com

The following code works for me in a command-line program but not from a
plug-in or rcp:
_config = new EngineConfig();
_config.setEngineHome( "E:/birtruntime/birt-runtime-2_0_1/Report
Engine" );
_engine = new ReportEngine( _config );

With a plug-in or rcp I get the error listed below. The sample code for the
report api shows this as a common problem. I'm setting the engine directory
and I assume I need 2.0 or later. What I am missing?

2006-04-18 05:25:07 Message [Extension loading error]
Exception [org.eclipse.birt.report.model.metadata.ExtensionException:
Message:The extension point [org.eclipse.birt.report.model.reportItemModel]
is not found. Error code:EXTENSION_POINT_NOT_FOUND
at
org.eclipse.birt.report.model.metadata.ExtensionLoader.doLoa d(ExtensionLoade
r.java:126)
....
Re: Extension point not found: reportItemModel [message #154393 is a reply to message #154332] Wed, 19 April 2006 12:36 Go to previous messageGo to next message
Eclipse UserFriend
Make sure you are setting
System.setProperty("RUN_UNDER_ECLIPSE", "false");

Attached is an example RCP app that creates a report using Report Engine
API.
Note that you also can use the WebViewer plugin.






"Armando Blancas" <armando.blancas@pervasive.com> wrote in message
news:e25g1i$t3t$1@utils.eclipse.org...
> The following code works for me in a command-line program but not from a
> plug-in or rcp:
> _config = new EngineConfig();
> _config.setEngineHome( "E:/birtruntime/birt-runtime-2_0_1/Report
> Engine" );
> _engine = new ReportEngine( _config );
>
> With a plug-in or rcp I get the error listed below. The sample code for
> the
> report api shows this as a common problem. I'm setting the engine
> directory
> and I assume I need 2.0 or later. What I am missing?
>
> 2006-04-18 05:25:07 Message [Extension loading error]
> Exception [org.eclipse.birt.report.model.metadata.ExtensionException:
> Message:The extension point
> [org.eclipse.birt.report.model.reportItemModel]
> is not found. Error code:EXTENSION_POINT_NOT_FOUND
> at
> org.eclipse.birt.report.model.metadata.ExtensionLoader.doLoa d(ExtensionLoade
> r.java:126)
> ...
>
>


  • Attachment: tstRCP.zip
    (Size: 18.21KB, Downloaded 87 times)
Re: Extension point not found: reportItemModel [message #154762 is a reply to message #154393] Thu, 20 April 2006 08:33 Go to previous message
Eclipse UserFriend
Originally posted by: armando.blancas.pervasive.com

Jason, thanks a lot, that did it.

I set the property and got my report running (and then showing in a view). I
will look at your example as well to see what ideas I can pick up from
there.

-armando

"Jason Weathersby" <jweathersby@actuate.com> wrote in message
news:e25ova$af$1@utils.eclipse.org...
> Make sure you are setting
> System.setProperty("RUN_UNDER_ECLIPSE", "false");
>
> Attached is an example RCP app that creates a report using Report Engine
> API.
> Note that you also can use the WebViewer plugin.
>
>
>
>
>
>
> "Armando Blancas" <armando.blancas@pervasive.com> wrote in message
> news:e25g1i$t3t$1@utils.eclipse.org...
> > The following code works for me in a command-line program but not from a
> > plug-in or rcp:
> > _config = new EngineConfig();
> > _config.setEngineHome( "E:/birtruntime/birt-runtime-2_0_1/Report
> > Engine" );
> > _engine = new ReportEngine( _config );
> >
> > With a plug-in or rcp I get the error listed below. The sample code for
> > the
> > report api shows this as a common problem. I'm setting the engine
> > directory
> > and I assume I need 2.0 or later. What I am missing?
> >
> > 2006-04-18 05:25:07 Message [Extension loading error]
> > Exception
[org.eclipse.birt.report.model.metadata.ExtensionException:
> > Message:The extension point
> > [org.eclipse.birt.report.model.reportItemModel]
> > is not found. Error code:EXTENSION_POINT_NOT_FOUND
> > at
> >
org.eclipse.birt.report.model.metadata.ExtensionLoader.doLoa d(ExtensionLoade
> > r.java:126)
> > ...
> >
> >
>
>
>
Previous Topic:Where is ReportEditorInput gone?
Next Topic:question about visibility object
Goto Forum:
  


Current Time: Fri Jun 06 22:09:59 EDT 2025

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

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

Back to the top