BIRT 2.2.1.1 and Multi-Select Listbox Display

rpolunsky
edited February 11, 2022 in Analytics #1
I have the 2.2.1.1 RCP and the 2.2.1.1 Runtime package.
I have designed a report using a multi-select listbox and it works in the RCP. However, when I deploy it through my application, the listbox is presented as a regular combo box.

I looked and discovered that there are library differences (both version-level and binary-level) between the two packages. Can someone identify for me what I need to have a compatible RCP and runtime?

JAR files where versions are different:

RUNTIME 2.2.1.1
org.eclipse.emf.common_2.2.1.v200702131851
org.eclipse.emf.ecore.xmi_2.2.2.v200702131851
org.eclipse.emf.ecore_2.2.2.v200702131851

RCP 2.2.1.1
org.eclipse.emf.common_2.3.0.v200709252135
org.eclipse.emf.ecore.xmi_2.3.1.v200709252135
org.eclipse.emf.ecore_2.3.1.v200709252135

JAR files where binary differences only exist:

org.eclipse.birt.chart.device.extension_2.2.1.r221_v20070828
org.eclipse.birt.chart.device.svg_2.2.1.r221_v20070918
org.eclipse.birt.chart.engine.extension_2.2.1.r221_v20070911
org.eclipse.birt.chart.engine_2.2.1.r221_v20070911
org.eclipse.birt.chart.reportitem_2.2.1.r221_v20070921
org.eclipse.birt.core_2.2.1.r22x_v20070924
org.eclipse.birt.data_2.2.1.r22x_v20070925
org.eclipse.birt.report.data.adapter_2.2.1.r22x_v20070919
org.eclipse.birt.report.data.oda.xml_2.2.1.r22x_v20070919
org.eclipse.birt.report.engine.emitter.html_2.2.1.r22x_v20070918
org.eclipse.birt.report.engine.emitter.pdf_2.2.1.r22x_v20070921
org.eclipse.birt.report.engine.emitter.postscript_2.2.1.v20070823
org.eclipse.birt.report.engine.emitter.ppt_2.2.1.r22x_v20070924
org.eclipse.birt.report.engine.emitter.prototype.excel_2.2.1.r22x_v20070914
org.eclipse.birt.report.engine.emitter.wpml_2.2.1.r22x_v20070829
org.eclipse.birt.report.engine_2.2.1.r22x_v20070924
org.eclipse.birt.report.item.crosstab.core_2.2.1.r221_v20070831
org.eclipse.birt.report.model.adapter.oda_2.2.1.r22x_v20070911
org.eclipse.birt.report.model_2.2.1.r22x_v20070927

Thanks,

Richard A. Polunsky
Triple Point Technology

Comments

  • rpolunsky
    edited December 31, 1969 #2
    I swapped out the libraries and had the same results, so the binary JAR differences (while peculiar) are not the problem. I now have to look at where else in the WAR there are BIRT-related libraries or code that would invoke the parameter display section.