PropertyHandler element unique name filled with description
Open Java API for OLAP
Brought to you by:
jhyde,
lucboudreau
In the class "XmlaOlap4jConnection" >> nested class "PropertyHandler" method "handle" creates a XmlaOlap4jProperty with a incorrect uniqueName. Currently it fills the uniqueName with the description value, which is incorrect. It should fill it with either DIMENSION_UNIQUE_NAME or HIERARCHY_UNIQUE_NAME or LEVEL_UNIQUE_NAME. I'm not quite sure which to choose, i guess LEVEL_UNIQUE_NAME is the correct one. See patch for example fix.
example patch