Home » Archived » BIRT » switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime
switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365365] |
Tue, 30 September 2008 09:47  |
Eclipse User |
|
|
|
Hi,
today i updated my birt environment from 2.3.0 to 2.3.1 using eclipse
update function on WinXP (Client). Execution of the "test.rptdesign" works.
Then i downloaded the 2.3.1 runtime to deploy it on the jboss webserver
(version 4.2.3.GA) running on RHEL 5.2 64-bit. (Deployment as described
for jboss on the BIRT website
http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php ). (With
version 2.3.0 the "test.rptdesign" (and other reports) are running
without that problem).
Using the link http://192.168.1.1:8081/birt/run?__report=test.rptdesign
within Internet Explorer 7, the content of the report is returned as
expected. But the "Processing, please wait..." window is not closed
(still keeps working).
The same thing happens with other reports.
Using the link
http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n results in
the following HTTP Status 500:
exception
org.apache.jasper.JasperException: javax.servlet.ServletException:
java.lang.NoSuchMethodError:
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti on(JspServletWrapper.java:521)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:397)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
root cause
javax.servlet.ServletException: java.lang.NoSuchMethodError:
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
org.apache.jasper.runtime.PageContextImpl.doHandlePageExcept ion(PageContextImpl.java:850)
org.apache.jasper.runtime.PageContextImpl.handlePageExceptio n(PageContextImpl.java:779)
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:220)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
root cause
java.lang.NoSuchMethodError:
org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:82)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
Any ideas how to solve the problem?
Thanks in advance
claus
|
|
| |
Re: switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365384 is a reply to message #365372] |
Wed, 01 October 2008 03:07   |
Eclipse User |
|
|
|
Good morning,
following the BIRT logfile from ../birt.war/logs after accessing the
following link:
http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
There is one thing i forgot in the first post. I'm using jdk1.6.0_07 on
the linux server.
Regards
claus
Startlog ===>
01.10.2008 08:53:44 org.eclipse.birt.report.engine.api.impl.ReportEngine
<init>
FEIN: ReportEngine created. EngineConfig: EngineConfig:
org.eclipse.birt.report.engine.api.EngineConfig.scriptObject s={PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
,
webapplication.projectclasspath=};maxRowsPerQuery=-1;BIRT_HO ME=;logLevel=FINE;PLATFORM_CONTEXT=org.eclipse.birt.core.framework.PlatformServletContext@7f0b8d03 ;org.eclipse.birt.report.engine.api.EngineConfig.emitterConf igs={html=org.eclipse.birt.report.engine.api.HTMLRenderOption@4f57011e };logDest=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/logs;
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.reportitemGeneration
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadGenerationExtensionDefns
FEIN: Load generation extension: Chart
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.reportitemPresentation
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadPresentationExtensionDefns
FEIN: Load prsentation extension: Chart
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.reportitemQuery
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadQueryExtensionDefns
FEIN: Load query extension: Chart
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point: org.eclipse.birt.report.engine.emitters
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load postscript emitter
org.eclipse.birt.report.engine.emitter.postscript
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load ppt emitter org.eclipse.birt.report.engine.emitter.ppt
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load html emitter org.eclipse.birt.report.engine.emitter.html
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load doc emitter org.eclipse.birt.report.engine.emitter.word
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load pdf emitter org.eclipse.birt.report.engine.emitter.pdf
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadEmitterExtensionDefns
FEIN: Load xls emitter
org.eclipse.birt.report.engine.emitter.prototype.excel
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.reportEventHandler
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.reportItemPreparation
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.dataExtraction
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadDataExtractionExtensions
FEIN: Load data extraction extension:
org.eclipse.birt.report.engine.dataextraction.csv
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
getExtensions
FEIN: Start load extension point:
org.eclipse.birt.report.engine.extendedItemFactory
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadExtendedItems
FEIN: Load extendedItem extension: Crosstab
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadExtendedItems
FEIN: Load extendedItem extension: CrosstabCell
01.10.2008 08:53:44
org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
loadExtendedItems
FEIN: Load extendedItem extension: AggregationCell
01.10.2008 08:54:41 org.eclipse.birt.report.engine.api.impl.ReportEngine
openReportDocument
FEIN: ReportEngine.openReportDocument:
systemId=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/b irt.war/test.rptdesign,
file=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/birt. war/documents/BIRTDOCEF0F62E9CAF8C65A5C23A71D6F5341AF/9d4fb9 49/test.rptdocument,
options={resourceFolder=/opt/jboss/jboss-4.2.3.GA/server/def ault/./deploy/birt.war,
semanticCheck=false}
01.10.2008 08:54:41 org.eclipse.birt.report.engine.api.impl.ReportEngine
openReportDesign
FEIN: ReportEngine.openReportDesign:
name=file:/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/test.rptdesign,
designStream=java.io.FileInputStream@7d94a8eb, options={3}
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice DataSet
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice hide
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice if-realized
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice hyperlink
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice inner
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto layout
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice ltr
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice static
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice simple
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice single
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice scroll
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice repeat
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice block
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.25
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.0
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 1.25
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.5
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.5
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with default unit 0.5
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice size-to-image
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice horizontal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice sum
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice decimal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice DataSet
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice scroll
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0%
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0%
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice repeat
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0em
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice normal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice block
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto layout
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice ltr
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice sum
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice decimal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1.25in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1.25in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0.5in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0.5in
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice static
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice simple
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice NoChange
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice DataSet
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice size-to-image
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice single
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 0.5pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice horizontal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice inner
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice DataSet
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice hyperlink
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice if-realized
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice hide
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice any
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice eq
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice horizontal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice over then down
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType
validateInputString
FEIN: Return internal name of the choice solid
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.DimensionPropertyType
validateInputString
FEIN: return dimension with user-defined unit 1pt
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
FEIN: the validated color value 13421772
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice after
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice none
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice asc
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice auto
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice after
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice horizontal
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice over then down
01.10.2008 08:54:41
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice in
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice string
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice text-box
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 100%
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice bold
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice center
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 100%
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice html
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice right
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice page-number
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
FEIN: return internal name for choice html
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 100%
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 1.354in
01.10.2008 08:54:42
org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
FEIN: return dimension value with user defined unit 5.083in
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.ReportEngine
createGetParameterDefinitionTask
FEIN: ReportEngine.createGetParameterDefinitionTask:
reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;webapplication.projectclasspath=;
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setLocale
FEIN: EngineTask.setLocale: locale=Deutsch
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.ReportEngine
createGetParameterDefinitionTask
FEIN: ReportEngine.createGetParameterDefinitionTask:
reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;webapplication.projectclasspath=;
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setLocale
FEIN: EngineTask.setLocale: locale=Deutsch
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
setAppContext
FEIN: EngineTask.setAppContext: context=PARENT_CLASSLOADER=WebappClassLoader
delegate: false
repositories:
----------> Parent Classloader:
java.net.FactoryURLClassLoader@741378ec
;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
<=== Endlog
Jason Weathersby schrieb:
> Claus,
>
> Can you set the log level to FINE and then post the log file for the
> runtime?
>
> Jason
>
> exquisitus wrote:
>> Hi,
>>
>> today i updated my birt environment from 2.3.0 to 2.3.1 using eclipse
>> update function on WinXP (Client). Execution of the "test.rptdesign"
>> works.
>>
>> Then i downloaded the 2.3.1 runtime to deploy it on the jboss
>> webserver (version 4.2.3.GA) running on RHEL 5.2 64-bit. (Deployment
>> as described for jboss on the BIRT website
>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php ). (With
>> version 2.3.0 the "test.rptdesign" (and other reports) are running
>> without that problem).
>>
>> Using the link
>> http://192.168.1.1:8081/birt/run?__report=test.rptdesign within
>> Internet Explorer 7, the content of the report is returned as
>> expected. But the "Processing, please wait..." window is not closed
>> (still keeps working).
>> The same thing happens with other reports.
>>
>> Using the link
>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n results
>> in the following HTTP Status 500:
>>
>> exception
>>
>> org.apache.jasper.JasperException: javax.servlet.ServletException:
>> java.lang.NoSuchMethodError:
>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>
>>
>> org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti on(JspServletWrapper.java:521)
>>
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:397)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>
>>
>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>
>>
>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>
>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>
>>
>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>
>>
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>
>>
>>
>> root cause
>>
>> javax.servlet.ServletException: java.lang.NoSuchMethodError:
>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>
>>
>> org.apache.jasper.runtime.PageContextImpl.doHandlePageExcept ion(PageContextImpl.java:850)
>>
>>
>> org.apache.jasper.runtime.PageContextImpl.handlePageExceptio n(PageContextImpl.java:779)
>>
>>
>> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:220)
>>
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>
>>
>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>
>>
>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>
>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>
>>
>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>
>>
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>
>>
>>
>> root cause
>>
>> java.lang.NoSuchMethodError:
>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>
>>
>> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:82)
>>
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>
>>
>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>
>>
>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>
>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>
>>
>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>
>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>
>>
>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>
>>
>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>
>>
>>
>> Any ideas how to solve the problem?
>> Thanks in advance
>> claus
|
|
|
Re: switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365390 is a reply to message #365384] |
Wed, 01 October 2008 09:09   |
Eclipse User |
|
|
|
Hi,
the same error occurs using java version jdk1.5.0_16 .
claus
exquisitus schrieb:
> Good morning,
>
> following the BIRT logfile from ../birt.war/logs after accessing the
> following link:
> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>
> There is one thing i forgot in the first post. I'm using jdk1.6.0_07 on
> the linux server.
>
> Regards
> claus
>
> Startlog ===>
>
> 01.10.2008 08:53:44 org.eclipse.birt.report.engine.api.impl.ReportEngine
> <init>
> FEIN: ReportEngine created. EngineConfig: EngineConfig:
> org.eclipse.birt.report.engine.api.EngineConfig.scriptObject s={PARENT_CLASSLOADER=WebappClassLoader
>
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ,
> webapplication.projectclasspath=};maxRowsPerQuery=-1;BIRT_HO ME=;logLevel=FINE;PLATFORM_CONTEXT=org.eclipse.birt.core.framework.PlatformServletContext@7f0b8d03 ;org.eclipse.birt.report.engine.api.EngineConfig.emitterConf igs={html=org.eclipse.birt.report.engine.api.HTMLRenderOption@4f57011e };logDest=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/logs;
>
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.reportitemGeneration
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadGenerationExtensionDefns
> FEIN: Load generation extension: Chart
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.reportitemPresentation
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadPresentationExtensionDefns
> FEIN: Load prsentation extension: Chart
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.reportitemQuery
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadQueryExtensionDefns
> FEIN: Load query extension: Chart
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point: org.eclipse.birt.report.engine.emitters
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load postscript emitter
> org.eclipse.birt.report.engine.emitter.postscript
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load ppt emitter org.eclipse.birt.report.engine.emitter.ppt
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load html emitter org.eclipse.birt.report.engine.emitter.html
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load doc emitter org.eclipse.birt.report.engine.emitter.word
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load pdf emitter org.eclipse.birt.report.engine.emitter.pdf
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadEmitterExtensionDefns
> FEIN: Load xls emitter
> org.eclipse.birt.report.engine.emitter.prototype.excel
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.reportEventHandler
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.reportItemPreparation
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.dataExtraction
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadDataExtractionExtensions
> FEIN: Load data extraction extension:
> org.eclipse.birt.report.engine.dataextraction.csv
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> getExtensions
> FEIN: Start load extension point:
> org.eclipse.birt.report.engine.extendedItemFactory
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadExtendedItems
> FEIN: Load extendedItem extension: Crosstab
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadExtendedItems
> FEIN: Load extendedItem extension: CrosstabCell
> 01.10.2008 08:53:44
> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
> loadExtendedItems
> FEIN: Load extendedItem extension: AggregationCell
> 01.10.2008 08:54:41 org.eclipse.birt.report.engine.api.impl.ReportEngine
> openReportDocument
> FEIN: ReportEngine.openReportDocument:
> systemId=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/b irt.war/test.rptdesign,
> file=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/birt. war/documents/BIRTDOCEF0F62E9CAF8C65A5C23A71D6F5341AF/9d4fb9 49/test.rptdocument,
> options={resourceFolder=/opt/jboss/jboss-4.2.3.GA/server/def ault/./deploy/birt.war,
> semanticCheck=false}
> 01.10.2008 08:54:41 org.eclipse.birt.report.engine.api.impl.ReportEngine
> openReportDesign
> FEIN: ReportEngine.openReportDesign:
> name=file:/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/test.rptdesign,
> designStream=java.io.FileInputStream@7d94a8eb, options={3}
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice DataSet
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice hide
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice if-realized
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice hyperlink
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice inner
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto layout
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice ltr
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice static
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice simple
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice single
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice scroll
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice repeat
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice block
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.25
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.0
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 1.25
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.5
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.5
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with default unit 0.5
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice size-to-image
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice horizontal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice sum
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice decimal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice DataSet
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice scroll
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0%
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0%
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice repeat
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0em
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice normal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice block
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto layout
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice ltr
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice sum
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice decimal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1.25in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1.25in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0.5in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0.5in
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice static
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice simple
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice NoChange
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice DataSet
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice size-to-image
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice single
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 0.5pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice horizontal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice inner
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice DataSet
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice hyperlink
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice if-realized
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice hide
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice any
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice eq
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice horizontal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice over then down
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType
> validateInputString
> FEIN: Return internal name of the choice solid
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.DimensionPropertyType
> validateInputString
> FEIN: return dimension with user-defined unit 1pt
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
> FEIN: the validated color value 13421772
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice after
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice none
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice asc
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice auto
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice after
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice horizontal
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice over then down
> 01.10.2008 08:54:41
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice in
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice string
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice text-box
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 100%
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice bold
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice center
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 100%
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice html
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice right
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice page-number
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
> FEIN: return internal name for choice html
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 100%
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 1.354in
> 01.10.2008 08:54:42
> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
> FEIN: return dimension value with user defined unit 5.083in
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.ReportEngine
> createGetParameterDefinitionTask
> FEIN: ReportEngine.createGetParameterDefinitionTask:
> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;webapplication.projectclasspath=;
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setLocale
> FEIN: EngineTask.setLocale: locale=Deutsch
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.ReportEngine
> createGetParameterDefinitionTask
> FEIN: ReportEngine.createGetParameterDefinitionTask:
> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;webapplication.projectclasspath=;
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setLocale
> FEIN: EngineTask.setLocale: locale=Deutsch
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>
> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
> setAppContext
> FEIN: EngineTask.setAppContext:
> context=PARENT_CLASSLOADER=WebappClassLoader
> delegate: false
> repositories:
> ----------> Parent Classloader:
> java.net.FactoryURLClassLoader@741378ec
> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>
>
> <=== Endlog
>
> Jason Weathersby schrieb:
>> Claus,
>>
>> Can you set the log level to FINE and then post the log file for the
>> runtime?
>>
>> Jason
>>
>> exquisitus wrote:
>>> Hi,
>>>
>>> today i updated my birt environment from 2.3.0 to 2.3.1 using eclipse
>>> update function on WinXP (Client). Execution of the "test.rptdesign"
>>> works.
>>>
>>> Then i downloaded the 2.3.1 runtime to deploy it on the jboss
>>> webserver (version 4.2.3.GA) running on RHEL 5.2 64-bit. (Deployment
>>> as described for jboss on the BIRT website
>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php ). (With
>>> version 2.3.0 the "test.rptdesign" (and other reports) are running
>>> without that problem).
>>>
>>> Using the link
>>> http://192.168.1.1:8081/birt/run?__report=test.rptdesign within
>>> Internet Explorer 7, the content of the report is returned as
>>> expected. But the "Processing, please wait..." window is not closed
>>> (still keeps working).
>>> The same thing happens with other reports.
>>>
>>> Using the link
>>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n results
>>> in the following HTTP Status 500:
>>>
>>> exception
>>>
>>> org.apache.jasper.JasperException: javax.servlet.ServletException:
>>> java.lang.NoSuchMethodError:
>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti on(JspServletWrapper.java:521)
>>>
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:397)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>
>>>
>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>
>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>
>>>
>>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>>
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>
>>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>>
>>>
>>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>>
>>>
>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>>
>>>
>>>
>>> root cause
>>>
>>> javax.servlet.ServletException: java.lang.NoSuchMethodError:
>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>
>>>
>>> org.apache.jasper.runtime.PageContextImpl.doHandlePageExcept ion(PageContextImpl.java:850)
>>>
>>>
>>> org.apache.jasper.runtime.PageContextImpl.handlePageExceptio n(PageContextImpl.java:779)
>>>
>>>
>>> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:220)
>>>
>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>
>>>
>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>
>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>
>>>
>>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>>
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>
>>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>>
>>>
>>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>>
>>>
>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>>
>>>
>>>
>>> root cause
>>>
>>> java.lang.NoSuchMethodError:
>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>
>>>
>>> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:82)
>>>
>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>
>>>
>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>
>>>
>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>
>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>
>>>
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>
>>>
>>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>>
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>
>>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>>
>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>
>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>>
>>>
>>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>>
>>>
>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>>
>>>
>>>
>>
|
|
|
Re: switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365396 is a reply to message #365390] |
Wed, 01 October 2008 11:09   |
Eclipse User |
|
|
|
Originally posted by: jasonweathersby.alltel.net
Claus,
You may need to log a bug for this, but can you try to war the
WebViewerExample directory and use it instead of the birt.war?
Jason
exquisitus wrote:
> Hi,
>
> the same error occurs using java version jdk1.5.0_16 .
>
> claus
>
> exquisitus schrieb:
>> Good morning,
>>
>> following the BIRT logfile from ../birt.war/logs after accessing the
>> following link:
>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>>
>> There is one thing i forgot in the first post. I'm using jdk1.6.0_07
>> on the linux server.
>>
>> Regards
>> claus
>>
>> Startlog ===>
>>
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.api.impl.ReportEngine <init>
>> FEIN: ReportEngine created. EngineConfig: EngineConfig:
>> org.eclipse.birt.report.engine.api.EngineConfig.scriptObject s={PARENT_CLASSLOADER=WebappClassLoader
>>
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ,
>> webapplication.projectclasspath=};maxRowsPerQuery=-1;BIRT_HO ME=;logLevel=FINE;PLATFORM_CONTEXT=org.eclipse.birt.core.framework.PlatformServletContext@7f0b8d03 ;org.eclipse.birt.report.engine.api.EngineConfig.emitterConf igs={html=org.eclipse.birt.report.engine.api.HTMLRenderOption@4f57011e };logDest=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/logs;
>>
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.reportitemGeneration
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadGenerationExtensionDefns
>> FEIN: Load generation extension: Chart
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.reportitemPresentation
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadPresentationExtensionDefns
>> FEIN: Load prsentation extension: Chart
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.reportitemQuery
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadQueryExtensionDefns
>> FEIN: Load query extension: Chart
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point: org.eclipse.birt.report.engine.emitters
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load postscript emitter
>> org.eclipse.birt.report.engine.emitter.postscript
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load ppt emitter org.eclipse.birt.report.engine.emitter.ppt
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load html emitter org.eclipse.birt.report.engine.emitter.html
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load doc emitter org.eclipse.birt.report.engine.emitter.word
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load pdf emitter org.eclipse.birt.report.engine.emitter.pdf
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadEmitterExtensionDefns
>> FEIN: Load xls emitter
>> org.eclipse.birt.report.engine.emitter.prototype.excel
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.reportEventHandler
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.reportItemPreparation
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.dataExtraction
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadDataExtractionExtensions
>> FEIN: Load data extraction extension:
>> org.eclipse.birt.report.engine.dataextraction.csv
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> getExtensions
>> FEIN: Start load extension point:
>> org.eclipse.birt.report.engine.extendedItemFactory
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadExtendedItems
>> FEIN: Load extendedItem extension: Crosstab
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadExtendedItems
>> FEIN: Load extendedItem extension: CrosstabCell
>> 01.10.2008 08:53:44
>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>> loadExtendedItems
>> FEIN: Load extendedItem extension: AggregationCell
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDocument
>> FEIN: ReportEngine.openReportDocument:
>> systemId=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/b irt.war/test.rptdesign,
>> file=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/birt. war/documents/BIRTDOCEF0F62E9CAF8C65A5C23A71D6F5341AF/9d4fb9 49/test.rptdocument,
>> options={resourceFolder=/opt/jboss/jboss-4.2.3.GA/server/def ault/./deploy/birt.war,
>> semanticCheck=false}
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDesign
>> FEIN: ReportEngine.openReportDesign:
>> name=file:/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/test.rptdesign,
>> designStream=java.io.FileInputStream@7d94a8eb, options={3}
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice DataSet
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice hide
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice if-realized
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice hyperlink
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice inner
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto layout
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice ltr
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice static
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice simple
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice single
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice scroll
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice repeat
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice block
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.25
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.0
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 1.25
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.5
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.5
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with default unit 0.5
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice size-to-image
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice horizontal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice sum
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice decimal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice DataSet
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice scroll
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0%
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0%
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice repeat
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0em
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice normal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice block
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto layout
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice ltr
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice sum
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice decimal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1.25in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1.25in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0.5in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0.5in
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice static
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice simple
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice NoChange
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice DataSet
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice size-to-image
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice single
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 0.5pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice horizontal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice inner
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice DataSet
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice hyperlink
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice if-realized
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice hide
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice any
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice eq
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice horizontal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice over then down
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>> validateInputString
>> FEIN: Return internal name of the choice solid
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>> validateInputString
>> FEIN: return dimension with user-defined unit 1pt
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>> FEIN: the validated color value 13421772
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice after
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice none
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice asc
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice auto
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice after
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice horizontal
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice over then down
>> 01.10.2008 08:54:41
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice in
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice string
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice text-box
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 100%
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice bold
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice center
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 100%
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice html
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice right
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice page-number
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>> FEIN: return internal name for choice html
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 100%
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 1.354in
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>> FEIN: return dimension value with user defined unit 5.083in
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>> createGetParameterDefinitionTask
>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;webapplication.projectclasspath=;
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setLocale
>> FEIN: EngineTask.setLocale: locale=Deutsch
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>
>> 01.10.2008 08:54:42
>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>> createGetParameterDefinitionTask
>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;webapplication.projectclasspath=;
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setLocale
>> FEIN: EngineTask.setLocale: locale=Deutsch
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>
>> 01.10.2008 08:54:42 org.eclipse.birt.report.engine.api.impl.EngineTask
>> setAppContext
>> FEIN: EngineTask.setAppContext:
>> context=PARENT_CLASSLOADER=WebappClassLoader
>> delegate: false
>> repositories:
>> ----------> Parent Classloader:
>> java.net.FactoryURLClassLoader@741378ec
>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>
>>
>> <=== Endlog
>>
>> Jason Weathersby schrieb:
>>> Claus,
>>>
>>> Can you set the log level to FINE and then post the log file for the
>>> runtime?
>>>
>>> Jason
>>>
>>> exquisitus wrote:
>>>> Hi,
>>>>
>>>> today i updated my birt environment from 2.3.0 to 2.3.1 using
>>>> eclipse update function on WinXP (Client). Execution of the
>>>> "test.rptdesign" works.
>>>>
>>>> Then i downloaded the 2.3.1 runtime to deploy it on the jboss
>>>> webserver (version 4.2.3.GA) running on RHEL 5.2 64-bit. (Deployment
>>>> as described for jboss on the BIRT website
>>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php ). (With
>>>> version 2.3.0 the "test.rptdesign" (and other reports) are running
>>>> without that problem).
>>>>
>>>> Using the link
>>>> http://192.168.1.1:8081/birt/run?__report=test.rptdesign within
>>>> Internet Explorer 7, the content of the report is returned as
>>>> expected. But the "Processing, please wait..." window is not closed
>>>> (still keeps working).
>>>> The same thing happens with other reports.
>>>>
>>>> Using the link
>>>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>>>> results in the following HTTP Status 500:
>>>>
>>>> exception
>>>>
>>>> org.apache.jasper.JasperException: javax.servlet.ServletException:
>>>> java.lang.NoSuchMethodError:
>>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti on(JspServletWrapper.java:521)
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:397)
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>
>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>>
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>>
>>>>
>>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>>
>>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>
>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>>
>>>>
>>>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>>>
>>>>
>>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.doGet(BirtSoapMessageDispatcherServlet.java:146)
>>>>
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>>>
>>>> org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
>>>>
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherSer vlet.service(BirtSoapMessageDispatcherServlet.java:112)
>>>>
>>>>
>>>> org.eclipse.birt.report.filter.ViewerFilter.doFilter(ViewerF ilter.java:68)
>>>>
>>>>
>>>> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
>>>>
>>>>
>>>>
>>>> root cause
>>>>
>>>> javax.servlet.ServletException: java.lang.NoSuchMethodError:
>>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>>
>>>>
>>>> org.apache.jasper.runtime.PageContextImpl.doHandlePageExcept ion(PageContextImpl.java:850)
>>>>
>>>>
>>>> org.apache.jasper.runtime.PageContextImpl.handlePageExceptio n(PageContextImpl.java:779)
>>>>
>>>>
>>>> org.apache.jsp.webcontent.birt.pages.control.ToolbarFragment _jsp._jspService(ToolbarFragment_jsp.java:220)
>>>>
>>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>
>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>>
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>>
>>>>
>>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>>
>>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>>
>>>>
>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>
>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>
>>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>>
>>>>
>>>> org.eclipse.birt.report.servlet.ViewerServlet.__doGet(Viewer Servlet.java:181)
>>>>
>>>>
>>>> org.ec
|
|
|
Re: switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365398 is a reply to message #365396] |
Wed, 01 October 2008 11:47   |
Eclipse User |
|
|
|
Hi Jason,
as in the install / deployment documentation for jboss mentioned,
war'ing the WebViewerExample is what i did.
I will try to deploy the "pure" birt.war and doublecheck that.
As a workaround, I installed jboss-web and copied the birt.war folder
from the jboss application server. There the test report and some others
work fine.
claus
Jason Weathersby schrieb:
> Claus,
>
> You may need to log a bug for this, but can you try to war the
> WebViewerExample directory and use it instead of the birt.war?
>
> Jason
>
> exquisitus wrote:
>> Hi,
>>
>> the same error occurs using java version jdk1.5.0_16 .
>>
>> claus
>>
>> exquisitus schrieb:
>>> Good morning,
>>>
>>> following the BIRT logfile from ../birt.war/logs after accessing the
>>> following link:
>>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>>>
>>> There is one thing i forgot in the first post. I'm using jdk1.6.0_07
>>> on the linux server.
>>>
>>> Regards
>>> claus
>>>
>>> Startlog ===>
>>>
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine <init>
>>> FEIN: ReportEngine created. EngineConfig: EngineConfig:
>>> org.eclipse.birt.report.engine.api.EngineConfig.scriptObject s={PARENT_CLASSLOADER=WebappClassLoader
>>>
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ,
>>> webapplication.projectclasspath=};maxRowsPerQuery=-1;BIRT_HO ME=;logLevel=FINE;PLATFORM_CONTEXT=org.eclipse.birt.core.framework.PlatformServletContext@7f0b8d03 ;org.eclipse.birt.report.engine.api.EngineConfig.emitterConf igs={html=org.eclipse.birt.report.engine.api.HTMLRenderOption@4f57011e };logDest=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/logs;
>>>
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.reportitemGeneration
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadGenerationExtensionDefns
>>> FEIN: Load generation extension: Chart
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.reportitemPresentation
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadPresentationExtensionDefns
>>> FEIN: Load prsentation extension: Chart
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.reportitemQuery
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadQueryExtensionDefns
>>> FEIN: Load query extension: Chart
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.emitters
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load postscript emitter
>>> org.eclipse.birt.report.engine.emitter.postscript
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load ppt emitter org.eclipse.birt.report.engine.emitter.ppt
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load html emitter org.eclipse.birt.report.engine.emitter.html
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load doc emitter org.eclipse.birt.report.engine.emitter.word
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load pdf emitter org.eclipse.birt.report.engine.emitter.pdf
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadEmitterExtensionDefns
>>> FEIN: Load xls emitter
>>> org.eclipse.birt.report.engine.emitter.prototype.excel
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.reportEventHandler
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.reportItemPreparation
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.dataExtraction
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadDataExtractionExtensions
>>> FEIN: Load data extraction extension:
>>> org.eclipse.birt.report.engine.dataextraction.csv
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> getExtensions
>>> FEIN: Start load extension point:
>>> org.eclipse.birt.report.engine.extendedItemFactory
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadExtendedItems
>>> FEIN: Load extendedItem extension: Crosstab
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadExtendedItems
>>> FEIN: Load extendedItem extension: CrosstabCell
>>> 01.10.2008 08:53:44
>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>> loadExtendedItems
>>> FEIN: Load extendedItem extension: AggregationCell
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDocument
>>> FEIN: ReportEngine.openReportDocument:
>>> systemId=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/b irt.war/test.rptdesign,
>>> file=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/birt. war/documents/BIRTDOCEF0F62E9CAF8C65A5C23A71D6F5341AF/9d4fb9 49/test.rptdocument,
>>> options={resourceFolder=/opt/jboss/jboss-4.2.3.GA/server/def ault/./deploy/birt.war,
>>> semanticCheck=false}
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDesign
>>> FEIN: ReportEngine.openReportDesign:
>>> name=file:/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/test.rptdesign,
>>> designStream=java.io.FileInputStream@7d94a8eb, options={3}
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice DataSet
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice hide
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice if-realized
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice hyperlink
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice inner
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto layout
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice ltr
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice static
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice simple
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice single
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice scroll
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice repeat
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice block
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.25
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.0
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 1.25
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.5
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.5
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with default unit 0.5
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice size-to-image
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice horizontal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice sum
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice decimal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice DataSet
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice scroll
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0%
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0%
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice repeat
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0em
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice normal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice block
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto layout
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice ltr
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice sum
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice decimal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1.25in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1.25in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0.5in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0.5in
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice static
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice simple
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice NoChange
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice DataSet
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice size-to-image
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice single
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 0.5pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice horizontal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice inner
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice DataSet
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice hyperlink
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice if-realized
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice hide
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice any
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice eq
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice horizontal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice over then down
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>> validateInputString
>>> FEIN: Return internal name of the choice solid
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>> validateInputString
>>> FEIN: return dimension with user-defined unit 1pt
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>> FEIN: the validated color value 13421772
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice after
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice none
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice asc
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice auto
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice after
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice horizontal
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice over then down
>>> 01.10.2008 08:54:41
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice in
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice string
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice text-box
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 100%
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice bold
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice center
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 100%
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice html
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice right
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice page-number
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>> FEIN: return internal name for choice html
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 100%
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 1.354in
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType validateXml
>>> FEIN: return dimension value with user defined unit 5.083in
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>> createGetParameterDefinitionTask
>>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>>
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;webapplication.projectclasspath=;
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setLocale
>>> FEIN: EngineTask.setLocale: locale=Deutsch
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>>
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>>
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>> createGetParameterDefinitionTask
>>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>>
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;webapplication.projectclasspath=;
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setLocale
>>> FEIN: EngineTask.setLocale: locale=Deutsch
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>>
>>> 01.10.2008 08:54:42
>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>> FEIN: EngineTask.setAppContext:
>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>> delegate: false
>>> repositories:
>>> ----------> Parent Classloader:
>>> java.net.FactoryURLClassLoader@741378ec
>>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>>
>>>
>>> <=== Endlog
>>>
>>> Jason Weathersby schrieb:
>>>> Claus,
>>>>
>>>> Can you set the log level to FINE and then post the log file for the
>>>> runtime?
>>>>
>>>> Jason
>>>>
>>>> exquisitus wrote:
>>>>> Hi,
>>>>>
>>>>> today i updated my birt environment from 2.3.0 to 2.3.1 using
>>>>> eclipse update function on WinXP (Client). Execution of the
>>>>> "test.rptdesign" works.
>>>>>
>>>>> Then i downloaded the 2.3.1 runtime to deploy it on the jboss
>>>>> webserver (version 4.2.3.GA) running on RHEL 5.2 64-bit.
>>>>> (Deployment as described for jboss on the BIRT website
>>>>> http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php ). (With
>>>>> version 2.3.0 the "test.rptdesign" (and other reports) are running
>>>>> without that problem).
>>>>>
>>>>> Using the link
>>>>> http://192.168.1.1:8081/birt/run?__report=test.rptdesign within
>>>>> Internet Explorer 7, the content of the report is returned as
>>>>> expected. But the "Processing, please wait..." window is not closed
>>>>> (still keeps working).
>>>>> The same thing happens with other reports.
>>>>>
>>>>> Using the link
>>>>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>>>>> results in the following HTTP Status 500:
>>>>>
>>>>> exception
>>>>>
>>>>> org.apache.jasper.JasperException: javax.servlet.ServletException:
>>>>> java.lang.NoSuchMethodError:
>>>>> org.eclipse.birt.report.utility.ParameterAccessor.getEncoded QueryString(Ljavax/servlet/http/HttpServletRequest;Ljava/lan g/String;Ljava/lang/String;)Ljava/lang/String;
>>>>>
>>>>>
>>>>> org.apache.jasper.servlet.JspServletWrapper.handleJspExcepti on(JspServletWrapper.java:521)
>>>>>
>>>>>
>>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:397)
>>>>>
>>>>>
>>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>>
>>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>>
>>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.service(AbstractBaseFragment.java:82)
>>>>>
>>>>>
>>>>> org.eclipse.birt.report.presentation.aggregation.AbstractBas eFragment.callBack(AbstractBaseFragment.java:106)
>>>>>
>>>>>
>>>>> org.apache.jsp.webcontent.birt.pages.layout.FramesetFragment _jsp._jspService(FramesetFragment_jsp.java:263)
>>>>>
>>>>> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:70)
>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>>
>>>>> org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:373)
>>>>>
>>>>>
>>>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:336)
>>>>>
>>>>> org.apache.jasper.servlet.JspServlet.service(JspServlet.java :265)
>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>>>>
>>>>> org.eclipse.birt.report.presentation.aggregation.layout.Fram esetFragment.service(FramesetFragment.java:98)
>>>>>
>>>>>
>>>>> org.eclipse.birt.report.servlet.ViewerS
|
|
|
Re: switch from 2.3.0 to 2.3.1, "Processing please wait" never ends in jboss birt runtime [message #365420 is a reply to message #365398] |
Thu, 02 October 2008 05:09   |
Eclipse User |
|
|
|
Hi,
tested the delivered birt.war. The same error occurs.
claus
exquisitus schrieb:
> Hi Jason,
>
> as in the install / deployment documentation for jboss mentioned,
> war'ing the WebViewerExample is what i did.
>
> I will try to deploy the "pure" birt.war and doublecheck that.
>
> As a workaround, I installed jboss-web and copied the birt.war folder
> from the jboss application server. There the test report and some others
> work fine.
>
> claus
>
> Jason Weathersby schrieb:
>> Claus,
>>
>> You may need to log a bug for this, but can you try to war the
>> WebViewerExample directory and use it instead of the birt.war?
>>
>> Jason
>>
>> exquisitus wrote:
>>> Hi,
>>>
>>> the same error occurs using java version jdk1.5.0_16 .
>>>
>>> claus
>>>
>>> exquisitus schrieb:
>>>> Good morning,
>>>>
>>>> following the BIRT logfile from ../birt.war/logs after accessing the
>>>> following link:
>>>> http://192.168.1.1:8081/birt/frameset?__report=test.rptdesig n
>>>>
>>>> There is one thing i forgot in the first post. I'm using jdk1.6.0_07
>>>> on the linux server.
>>>>
>>>> Regards
>>>> claus
>>>>
>>>> Startlog ===>
>>>>
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine <init>
>>>> FEIN: ReportEngine created. EngineConfig: EngineConfig:
>>>> org.eclipse.birt.report.engine.api.EngineConfig.scriptObject s={PARENT_CLASSLOADER=WebappClassLoader
>>>>
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ,
>>>> webapplication.projectclasspath=};maxRowsPerQuery=-1;BIRT_HO ME=;logLevel=FINE;PLATFORM_CONTEXT=org.eclipse.birt.core.framework.PlatformServletContext@7f0b8d03 ;org.eclipse.birt.report.engine.api.EngineConfig.emitterConf igs={html=org.eclipse.birt.report.engine.api.HTMLRenderOption@4f57011e };logDest=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/logs;
>>>>
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.reportitemGeneration
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadGenerationExtensionDefns
>>>> FEIN: Load generation extension: Chart
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.reportitemPresentation
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadPresentationExtensionDefns
>>>> FEIN: Load prsentation extension: Chart
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.reportitemQuery
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadQueryExtensionDefns
>>>> FEIN: Load query extension: Chart
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.emitters
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load postscript emitter
>>>> org.eclipse.birt.report.engine.emitter.postscript
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load ppt emitter org.eclipse.birt.report.engine.emitter.ppt
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load html emitter org.eclipse.birt.report.engine.emitter.html
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load doc emitter org.eclipse.birt.report.engine.emitter.word
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load pdf emitter org.eclipse.birt.report.engine.emitter.pdf
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadEmitterExtensionDefns
>>>> FEIN: Load xls emitter
>>>> org.eclipse.birt.report.engine.emitter.prototype.excel
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.reportEventHandler
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.reportItemPreparation
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.dataExtraction
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadDataExtractionExtensions
>>>> FEIN: Load data extraction extension:
>>>> org.eclipse.birt.report.engine.dataextraction.csv
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> getExtensions
>>>> FEIN: Start load extension point:
>>>> org.eclipse.birt.report.engine.extendedItemFactory
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadExtendedItems
>>>> FEIN: Load extendedItem extension: Crosstab
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadExtendedItems
>>>> FEIN: Load extendedItem extension: CrosstabCell
>>>> 01.10.2008 08:53:44
>>>> org.eclipse.birt.report.engine.extension.internal.ExtensionM anager
>>>> loadExtendedItems
>>>> FEIN: Load extendedItem extension: AggregationCell
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDocument
>>>> FEIN: ReportEngine.openReportDocument:
>>>> systemId=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/b irt.war/test.rptdesign,
>>>> file=/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/birt. war/documents/BIRTDOCEF0F62E9CAF8C65A5C23A71D6F5341AF/9d4fb9 49/test.rptdocument,
>>>> options={resourceFolder=/opt/jboss/jboss-4.2.3.GA/server/def ault/./deploy/birt.war,
>>>> semanticCheck=false}
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine openReportDesign
>>>> FEIN: ReportEngine.openReportDesign:
>>>> name=file:/opt/jboss/jboss-4.2.3.GA/server/default/./deploy/ birt.war/test.rptdesign,
>>>> designStream=java.io.FileInputStream@7d94a8eb, options={3}
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice DataSet
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice hide
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice if-realized
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice hyperlink
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice inner
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto layout
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice ltr
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice static
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice simple
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice single
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice scroll
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice repeat
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice block
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.25
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.0
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 1.25
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.5
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.5
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with default unit 0.5
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice size-to-image
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice horizontal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice sum
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice decimal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice DataSet
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice scroll
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0%
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0%
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice repeat
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0em
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice normal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice block
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto layout
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice ltr
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice sum
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice decimal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1.25in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1.25in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0.5in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0.5in
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice static
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice simple
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice NoChange
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice DataSet
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice size-to-image
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice single
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 0.5pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice horizontal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice inner
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice DataSet
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice hyperlink
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice if-realized
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice hide
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice any
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice eq
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice horizontal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice over then down
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType
>>>> validateInputString
>>>> FEIN: Return internal name of the choice solid
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateInputString
>>>> FEIN: return dimension with user-defined unit 1pt
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ColorPropertyType validateValue
>>>> FEIN: the validated color value 13421772
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice after
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice none
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice asc
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice auto
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice after
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice horizontal
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice over then down
>>>> 01.10.2008 08:54:41
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice in
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice string
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice text-box
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 100%
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice bold
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice center
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 100%
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice html
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice right
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice page-number
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
>>>> FEIN: return internal name for choice html
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 100%
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 1.354in
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.model.metadata.DimensionPropertyType
>>>> validateXml
>>>> FEIN: return dimension value with user defined unit 5.083in
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>>> createGetParameterDefinitionTask
>>>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>>>
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;webapplication.projectclasspath=;
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setLocale
>>>> FEIN: EngineTask.setLocale: locale=Deutsch
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>>>
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>>>
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.ReportEngine
>>>> createGetParameterDefinitionTask
>>>> FEIN: ReportEngine.createGetParameterDefinitionTask:
>>>> reportRunnable=org.eclipse.birt.report.engine.api.impl.ReportRunnable@1ac8210
>>>>
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;webapplication.projectclasspath=;
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setLocale
>>>> FEIN: EngineTask.setLocale: locale=Deutsch
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;CHART_RESOLUTION=null;org.eclipse.birt.data.engine.dataset. cache.option=false;org.eclipse.birt.data.engine.cube.inmemor y.size=0;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSE RVET_REQUEST=org.apache.catalina.connector.RequestFacade@1051f982 ;birt.viewer.resource.path=/opt/jboss/jboss-4.2.3.GA/server/ default/./deploy/birt.war;
>>>>
>>>> 01.10.2008 08:54:42
>>>> org.eclipse.birt.report.engine.api.impl.EngineTask setAppContext
>>>> FEIN: EngineTask.setAppContext:
>>>> context=PARENT_CLASSLOADER=WebappClassLoader
>>>> delegate: false
>>>> repositories:
>>>> ----------> Parent Classloader:
>>>> java.net.FactoryURLClassLoader@741378ec
>>>> ;webapplication.projectclasspath=;BIRT_VIEWER_HTTPSERVET_REQ UEST=org.apache.catalina.connector.RequestFacade@1051f982;
>>>>
>>>>
>>>> <=== Endlog
>>>>
>>>> Jason Weathersby schrieb:
>>>>> Claus,
>>>>>
|
|
| | |
Goto Forum:
Current Time: Thu May 08 00:57:48 EDT 2025
Powered by FUDForum. Page generated in 0.11209 seconds
|