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

Support deployment on Jetty #157

Open mysticfall opened 10 years ago

mysticfall commented 10 years ago

Currently, the analytics client fails to run on both Jetty 0.8.x and 0.9.x containers.

It seems that JSF factory does not get initialized correctly in the former and lifecycle annotations(JSR250) are not invoked in the latter.

Hana-Lee commented 9 years ago

I have found a similar blog article for this issue.

mysticfall commented 9 years ago

@Hana-Lee Hey, how's it going? :) I'm glad to see you around after a while!

Currently, I'm in the process of rewriting the whole UI part of the project in Scala.js, which I'm currently using for building my company's service. So, I'm afraid most of the non-critical issues have to be put on hold till the work is done.

By the way, there's another open source project I've created, so you might find it interesting if you're into Scala:

Anyway, thanks for the comment. And hope everything goes well for you.