<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6001.18248" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2>OlapResult was renamed to CellSet in an early draft of 
olap4j.</FONT></SPAN></DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2>I see that you got the code sample from the olap4j functional 
specification. My mistake for not updating the functional specification when we 
renamed OlapResult.</FONT></SPAN></DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2>I have checked in a modified spec: <A 
href="http://www.olap4j.org/olap4j_fs.html"><FONT face="Times New Roman" 
size=3>http://www.olap4j.org/olap4j_fs.html</FONT></A>&nbsp;and <FONT 
face="Times New Roman" size=3><A 
href="http://www.olap4j.org/olap4j_fs.pdf">http://www.olap4j.org/olap4j_fs.pdf</A> 
.</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=308282320-25062009><FONT face="Lucida Sans" color=#000080 
size=2>Julian</FONT></SPAN></DIV><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000080 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> mondrian-bounces@pentaho.org 
  [mailto:mondrian-bounces@pentaho.org] <B>On Behalf Of 
  </B>Moffly<BR><B>Sent:</B> Wednesday, June 24, 2009 4:40 AM<BR><B>To:</B> 
  mondrian@pentaho.org<BR><B>Subject:</B> [Mondrian] OlapResult not 
  found<BR></FONT><BR></DIV>
  <DIV></DIV>Greetings everyone,<BR><BR>I'm trying to get from a java class a 
  query to a mondrian.<BR>OlapStatement statement = 
  olapConnection.createStatement();<BR>OlapResult result = 
  statement.execute(query);<BR><BR>My problem is my IDE says OlapResult cannot 
  be resolved to a type.<BR>I have added the imports this way:<BR><BR>import 
  java.sql.DriverManager;<BR>import java.sql.ResultSet;<BR>import 
  java.sql.SQLException;<BR>import org.apache.log4j.Logger;<BR>import 
  org.olap4j.*;<BR><BR>I have been looking in jarfinder and other engines for 
  the class but I didn't find it.<BR>Which import should I add to the 
  code?<BR><BR></BLOCKQUOTE></BODY></HTML>