Issue with Pentaho 6.0.1 #225
Description
pivot4j is not getting loaded in Pentaho CDE 6.0.1
Getting error
19:17:55,476 ERROR [Logger] misc-class org.pentaho.platform.plugin.services.pluginmgr.PentahoSystemPluginManager: PluginManager.ERROR_0011 - Failed to register plugin pivot4j
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'faces' defined in file [[Pentaho solution path]/pentaho-solutions/system/pivot4j/plugin.spring.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'workbenchHandler' cannot be found on object of type 'org.springframework.beans.factory.config.BeanExpressionContext' - maybe not public?
Removing the below property loads pivot4j but the theme gets disturbed.
<entry key="primefaces.THEME">
<value>#{workbenchHandler.theme}</value>
</entry>
Any clue?
I tried with latest myfaces jar files also but no luck.