views:

682

answers:

3

After an upgrade to BIRT 2.3.1 have a tons of logs:

org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
SEVERE: Not allowed choice any

Any thoughts how to rid of them will be appreciated.

A: 

I found the solution. During the upgrade to 2.3.1 you have to rid of from links to "any" data types in all BIRT files.

IMO the simplest way is to delete all strings like below from *.rptdesign files.

<property name="dataType">any</property>
FoxyBOA
A: 

Thank you very much.

A: 

The error message in BIRT 2.5 for this situation is

SEVERE: not found choice: any

Very confusing, but the first answer is helpful.