<br>In PUC, the &quot;New Analysis View&quot; dialog schema list is not sorted. When you have several schemas is quite difficult to find the desired one.<br>I&#39;m not familiarized with the mondrian source code neither with mantle source code. <br>

Didn&#39;t seem to find any way of sorting the schema list through configuration, is there any?<br><br>Assuming there isn&#39;t, I need some code modification.<br><br>There are some possibilities to do it, each one with specific implications. Not knowing the API&#39;s, I would like some advice on where to apply the modification.<br>

The possibilities to sort the list that I have observed are:<br>1 - sort  catalogCubeHashMap in org.pentaho.mantle.server.MantleServlet.getMondrianCatalogs (doesn&#39;t seem a very good idea, but seems to be PUC only), or;<br>
<br>
2 - in org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogHelper.transformIntoCatalogList, sort the variable localCatalogs on MondrianCatalog.name (seems better but don&#39;t really know the impact of doing it here), or;<br>
<br>
3 - is there a way to retrieve org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogHelper.readDataSourcesContent in an ordered way (what?) or at least in the same order that the catalogs are in the datasource file, or;<br>
<br>4 - ... and now for something completely different ...<br>
<br>Any advice would be welcome.<br>Thank&#39;s<br>Rui Gonçalves<br>