Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Issue with Pentaho 6.0.1 #225

Open
ravindragullapalli opened this issue Oct 30, 2017 · 1 comment
Open

Issue with Pentaho 6.0.1 #225

ravindragullapalli opened this issue Oct 30, 2017 · 1 comment

Comments

@ravindragullapalli
Copy link

ravindragullapalli commented Oct 30, 2017

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.

@ravindragullapalli
Copy link
Author

I used a static value and the theme is now restored. But the question is why it is not taking from the bean? Should I recompile the classes for Java 8?

<entry key="primefaces.THEME">
<value>redmond</value>
</entry>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant