Hi,
the class plugin.palo.core.ReadOnlyDimensionGroupingCollection don't work when you use it with foreach statement. Foreach statement use the metod iterate of java.util.Collection and the class ReadOnlyDimensionGroupingCollection doesn't overwrite it.
In attachment you can see the correct class (overriden method iterate)
The corrected class