Hi,
if you look at line 4527 of RowsetDefinition.java
(mondrian.xmla.RowsetDefinition) you will see
row.set(DefaultMember.name, hierarchy.getDefaultMember());
which I think should be
row.set(DefaultMember.name, hierarchy.getDefaultMember().getUniqueName());
The current implementation is calling toString() on the default member so it
only works if toString() is the same as getUniqueName().
thanks,
Michele
_______________________________________________
Mondrian mailing list
Mondrian (AT) pentaho (DOT) org
http://lists.pentaho.org/mailman/listinfo/mondrian