mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 101 forks source link

Replace Logback with Log4J 2.0 #106

Closed mysticfall closed 10 years ago

mysticfall commented 10 years ago

Since Pivot4J has moved to Logback, the logging has been partly broken because it did not include proper legacy bridges, due to a Mondrian issue.

It seems that Log4J 2.0 has a legacy bridge which contains the method Mondrian depends on, so we could use Log4J 2.0 instead of Logback for now.

mysticfall commented 10 years ago

Urg... why do they have to depend on com.sun.*? It seems it falls into an endless loop and eventually causing an OOM when running on OpenJDK.

At least such a feature should be optional as suggested by the following issue :

I'm deferring this issue till the above issue's got fixed.

mysticfall commented 10 years ago

Created an upstream issue for this one :