Xavier Cho

Results 95 comments of Xavier Cho

Ah, sorry, I was mistaken in saying that the default behavior is to show every non-internal properties. It's been a while since the last time I checked the relevant code...

http://pastebin.com/25Qf8YrU

@DSantonastaso Could you do another test for me? First, shutdown the server and delete the pentaho.log file then without opening any other Pivot4J report windows than the one you need...

@DSantonastaso The log shows that it fails to parse the Mondrian schema file due to missing 'name' attribute somewhere in the content : ``` 2013-03-07 09:24:02,671 ERROR [org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCatalogHelper] MondrianCatalogHelper.ERROR_0008 -...

From the log file, it seems that an ajax request is hanging forever which blocks consequent 'keep alive' requests so after sufficient time is passed, the state manager think the...

@DSantonastaso I'm sorry, but I was unable to pinpoint the cause of the problem from the last log file you posted. It involves two different connections and view states, so...

After discussing the issue with @DSantonastaso on the IRC channel, I now understand that the problem is the application is not giving enough feedback when the query is taking too...

Blocking UI during request processing is now implemented with #101.

Unfortunately, it seems source level compatibility 1.7 also mandates binary compatibility of 1.7 which is not acceptable for our runtime requirements. So, we should defer this issue indefinately until most...

@kiteRk Yes, you're right. It's basically a marketing decision, namely that if we should force our users to use Java 7+ or not. I deferred resolving this issue because I...