Hi.

Has anyone encountered this error?
Code:
javax.servlet.ServletException: javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "test" with value "${query01.result.overflowOccured}": An error occurred while getting property "result" from an instance of class com.tonbeller.jpivot.tags.OlapModelProxy (java.lang.NoSuchMethodError: mondrian.olap.Query.safeClone()Lmondrian/olap/Query;)
Steps to replicate:
1. Start mondrian demo
2. Click JPivot pivot table (http://localhost:8082/mondrian/testp...query=mondrian)
3. Click on any of the sort buttons beside the measures

This only happens on first load when user has not yet chosen to drilldown on any of the dimensions.

Please help. Thanks