JPivot Deprecation Warning
In this post i'll show you how to hide the JPivot deprecation warning message in Pentaho Community Edition.
For Pentaho CE 4.5 - 4.8 edit [pentaho_path]/biserver-ce/tomcat/webapps/pentaho/jsp/Pivot.jsp
Find this text:
Comment or remove.
For Pentaho 5.x edit [pentaho_path]/biserver-ce/pentaho-solutions/system/pentaho-jpivot-plugin/settings.xml
Find this text:
<show-deprecation-warning>true</show-deprecation-warning>
and change to
<show-deprecation-warning>false</show-deprecation-warning>
Restart Pentaho.
That's all!
For Pentaho CE 4.5 - 4.8 edit [pentaho_path]/biserver-ce/tomcat/webapps/pentaho/jsp/Pivot.jsp
Find this text:
<div id="deprecatedWarning" style="margin: auto; width: 100%"> <table width="580px" align="center" style="background-color:
#fffdd5; border-style: solid; border-color: #dcb114; border-width= 1px;
font: normal .85em Tahoma, 'Trebuchet MS', Arial"> <tr> <td> <img src="./jpivot/navi/warning.png"/> </td> <td>JPivot has been replaced by Pentaho Analyzer.<br/>It is provided as a convenience but will no longer be enhanced or offically supported by Pentaho. </td> </tr> </table> </div>Comment or remove.
For Pentaho 5.x edit [pentaho_path]/biserver-ce/pentaho-solutions/system/pentaho-jpivot-plugin/settings.xml
Find this text:
<show-deprecation-warning>true</show-deprecation-warning>
and change to
<show-deprecation-warning>false</show-deprecation-warning>
Restart Pentaho.
That's all!
Comentarii
Trimiteți un comentariu