Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » SEVERE: Message:The extension point [org.eclipse.birt.report.model.reportItemMod
SEVERE: Message:The extension point [org.eclipse.birt.report.model.reportItemMod [message #238281] Wed, 16 May 2007 12:56 Go to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Hi,

I am running BIRT 2.0.1. All the classes, report design files and property
files are in a jar. When I try to generate a PDF document, I get the
following exception:

org.eclipse.birt.report.model.metadata.ExtensionLoader
logExtenstionException
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
org.eclipse.birt.report.model.parser.ModuleReader readModule
SEVERE: Parsed file was not found.
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SEVERE: invalid design file <stream>

I've tried to add the design files with property files in the same package
as the class that invokes the

IReportRunnable design = null;
InputStream is = getClass().getResourceAsStream(reportDesign + "." +
REPORT_DESIGN_EXTENSION);
design = engine.openReportDesign(is);

but I'm getting the same error. Any ideas?

Thank you,
Cristian
Help: Message:The extension point [org.eclipse.birt.report.model.reportIte [message #238311 is a reply to message #238281] Wed, 16 May 2007 15:05 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Hi.

I've created a folder separated from the app that contains the report
design files and their property files too. I've checked also that the BIRT
HOME directory exists:

05/09/2007 03:30 PM <DIR>
org.eclipse.birt.report.data.oda.jdbc_2.0.1
05/09/2007 03:30 PM <DIR>
org.eclipse.birt.report.data.oda.subjdbc_1.0.0
05/09/2007 03:30 PM <DIR>
org.eclipse.birt.report.engine.emitter.html_2.0.1
05/09/2007 03:30 PM <DIR>
org.eclipse.birt.report.engine.emitter.pdf_2.0.1

I got now the following exception:

2007/05/16 10:48:16 | May 16, 2007 10:48:16 AM
org.eclipse.birt.report.model.metadata.ExtensionLoader
logExtenstionException
2007/05/16 10:48:16 | SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
2007/05/16 10:48:16 | 2007-05-16 10:48:16,405 [Thread-4 ] INFO
ReportProcessManager - Failed to build requested report.



Am I missing anything? Thank you.
Part II [message #238316 is a reply to message #238311] Wed, 16 May 2007 15:10 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Oh, I forgot to mention: I have the following jars included:

engine-2.0.1.jar
chart-engine-2.0.1.jar
model-2.0.1.jar
birt-oda-2.0.1.jar
core-2.0.1.jar

Thank you.
Can anyone please help me? [message #238374 is a reply to message #238281] Wed, 16 May 2007 19:07 Go to previous messageGo to next message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
Ok, I moved the BIRT_HOME ouside the project in a different folder. I
moved also the reports in a different folder.

My app is a standalone java service who has a listener. This listener
generate reports when it receive a request. In the listener I have all the
birt jars.

Now I'm getting only one exception:



INFO ReportBuilder - ReportEngine:
org.eclipse.birt.report.engine.api.ReportEngine@53d34c
INFO ReportBuilder - ReportName: C:/PDF/reports/myReport.rptdesign
INFO ReportBuilder - Design:
org.eclipse.birt.report.engine.api.impl.ReportRunnable@f1399
INFO ReportProcessManager - Failed to build requested report.


Here is my code:

EngineConfig config = new EngineConfig();
config.setEngineHome( "C:\\PDF\\birthome" );
ReportEngine engine = new ReportEngine(config);
logger.info("ReportEngine: "+engine);
IReportRunnable design = null;
design = engine.openReportDesign("C:/PDF/reports/myReport.rptdesign");
logger.info("ReportName: "+design.getReportName());
logger.info("Design: "+design);
IRunAndRenderTask task = engine.createRunAndRenderTask(design);
logger.info("Task: "+task);
task.run();
task.close();
engine.destroy();


The "myReport.rptdesign":

<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 2.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 2.0.1 Build
&lt;20060222-1204></property>
<property name="units">in</property>
<page-setup>
<simple-master-page name="Simple MasterPage" id="2">
<page-footer>
<text id="3">
<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of>new
Date()</value-of>]]></text-property>
</text>
</page-footer>
</simple-master-page>
</page-setup>
<body>
<text id="4">
<property name="contentType">plain</property>
<text-property name="content"><![CDATA[this is just a test
whatsoever....]]></text-property>
</text>
</body>
</report>
Re: Can anyone please help me? [message #238448 is a reply to message #238374] Wed, 16 May 2007 20:39 Go to previous message
Cristian Popescu is currently offline Cristian PopescuFriend
Messages: 206
Registered: July 2009
Senior Member
I forgot to add this logs to the message:

May 16, 2007 4:17:37 PM org.eclipse.birt.core.util.BirtTimer logTimeTaken
INFO: Engine startup takes 375 Milliseconds.
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice all
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hide
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice if-realized
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hyperlink
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice string
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice static
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice scroll
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice repeat
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice left
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0em
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice block
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0.5pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice size-to-image
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice horizontal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice scroll
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0%
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice repeat
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice left
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0em
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice normal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice block
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 1.25in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice horizontal
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FINE: return dimension value with user defined unit 0.5pt
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice string
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice static
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice size-to-image
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice none
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hyperlink
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice asc
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice hide
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice eq
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice any
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice if-realized
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice auto
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice all
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ExtensionLoader
logExtenstionException
SEVERE: Message:The extension point
[org.eclipse.birt.report.model.reportItemModel] is not found. Error
code:EXTENSION_POINT_NOT_FOUND
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice in
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice html
May 16, 2007 4:17:38 PM
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FINE: return internal name for choice plain
Previous Topic:derby (should it be there)
Next Topic:Forwarding to birtviewer frameset
Goto Forum:
  


Current Time: Sun Sep 01 00:23:42 GMT 2024

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

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

Back to the top