<p>Erik, olap4j 1.0 is only supported by Mondrian 3.3 and later. Please note that Mondrian 3.3 has not been released yet, but is available as a Continuous Integration build in our Maven repo (mondrian-3.3-SNAPSHOT).</p>
<div class="gmail_quote">On May 18, 2011 8:14 AM, &quot;VanIngen, Erik (FIPS)&quot; &lt;<a href="mailto:Erik.VanIngen@fao.org">Erik.VanIngen@fao.org</a>&gt; wrote:<br type="attribution">&gt; Hello Mondrian,<br>&gt; <br>&gt; This code<br>
&gt; <br>&gt; CellSet cellSet = i<br>&gt;                 .generateCellSet(&quot;SELECT NON EMPTY {[Time].[Month].Members} ON COLUMNS, NON EMPTY CrossJoin({[Measures].[Avg Salary]}, [Store Type].[Store Type].Members) ON ROWS FROM [HR]&quot;);<br>
&gt;         CellSetFormatter formatter = new RectangularCellSetFormatter(false);<br>&gt;         formatter.format(cellSet, new PrintWriter(System.out, true));<br>&gt; <br>&gt; causes this exception:<br>&gt; <br>&gt; java.lang.AbstractMethodError: mondrian.olap4j.MondrianOlap4jMember.getCaption()Ljava/lang/String;<br>
&gt;         at org.olap4j.layout.RectangularCellSetFormatter.populateAxis(RectangularCellSetFormatter.java:360)<br>&gt;         at org.olap4j.layout.RectangularCellSetFormatter.formatPage(RectangularCellSetFormatter.java:182)<br>
&gt;         at org.olap4j.layout.RectangularCellSetFormatter.format(RectangularCellSetFormatter.java:107)<br>&gt;         at org.opensdmx.adapter.olap4j.repository.generatormdx.CellSet2GenericDataTest.print(CellSet2GenericDataTest.java:41)<br>
&gt;         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>&gt; <br>&gt; <br>&gt; Configuration is Mondrian version 3.2.0.13661 and Olap4J 1.0.0.445.<br>&gt; <br>&gt; What could be the problem?<br>&gt; <br>
&gt; Erik<br>&gt; <br></div>