[Mondrian] how to integrate mondrian to jetspeed?

Sherman Wood swood at jaspersoft.com
Sun Jul 13 22:29:01 EDT 2008


You can't have filters in a portlet server. 

 

If you check out the JPivot source, there is old code there for a JPivot
portlet. It worked for JBoss Portal 2.0, but you should be able to adapt
it to the latest JPivot and JetSpeed.

 

 

Sherman

Jaspersoft

 

  _____  

From: mondrian-bounces at pentaho.org [mailto:mondrian-bounces at pentaho.org]
On Behalf Of wzx
Sent: Sunday, July 13, 2008 6:11 PM
To: Mondrian developer mailing list; mondrian at pentaho.org
Subject: [Mondrian] how to integrate mondrian to jetspeed?

 

Hi, all

I am now working on integration from mondrian to jetspeed. But currently I
meet a serious problem. 

Following is added in my web.xml

<filter>

    <filter-name>JPivotController</filter-name>

 
<filter-class>com.tonbeller.wcf.controller.RequestFilter</filter-class>

    <init-param>

  </filter>

<filter-mapping>

    <filter-name>JPivotController</filter-name>

    <url-pattern>/testpage.jsp</url-pattern>

  </filter-mapping>

And it works very well if this project is not worked as a portlet in
jetspeed. But if it works as a portlet in jetspeed, it always fails. The
error message shows

that the JPivotController doesn't work. But I don't know why. I think may
be I have written the wrong url-pattern. 

Is there any body have integrated Mondrian to jetspeed successfully? Or
have good idea for me.

Very  appreciated.

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20080713/daafe339/attachment.html 


More information about the Mondrian mailing list