The API doesn't specify whether CellSet.getCell(Position...) should expect the positions to be in a particular order. I think you are right -- it is reasonable to expect that the call should work if the positions are in any order, as long as the caller provides one for each axis. Can you please log a bug for this? Log it against olap4j, then we will add it to the TCK, and that will make sure...
2012-05-24 09:46:30 PDT in olap4j
jhyde committed revision 534 to the olap4j SVN repository, changing 13 files.
2012-05-21 11:49:27 PDT in olap4j
1. I don't think localeToLcid ever failed. If en_SG doesn't exist, it should fall back to en. And it did, and it does. 2. I've added a bunch more locales. However, I couldn't find a table that included en_SG with the correct LCID and code. Please submit a patch (i.e. actual java code) if you can find authoritative entries. 3. Rather than writing to the log, I prefer to fail fast. Then...
2012-05-15 15:43:26 PDT in olap4j
jhyde committed revision 533 to the olap4j SVN repository, changing 2 files.
2012-05-15 15:43:10 PDT in olap4j
jhyde committed revision 532 to the olap4j SVN repository, changing 4 files.
2012-05-15 13:47:28 PDT in olap4j
That looks like a bug. Can you log it please, and post the URL to this forum. The line in question in XmlaOlap4jCellSet is as follows: [code]263 final Hierarchy hierarchy = 264 lookupHierarchy(metaData.cube, hierarchyName); 265 final Level level = hierarchy.getLevels().get(lnum); 266 member =...
2012-05-07 09:42:39 PDT in olap4j
I don't think that Powerbuilder can talk the olap4j protocol and I'm not aware of a connector. So I think you're out of luck.
2012-05-03 06:44:08 PDT in olap4j