-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Component/s: Themes (deprecated)
When there's an error in a theme file, you may get the uninformative stack trace that just mentions java.io.IOException:
stackTrace : java.io.IOException: Error while rendering [THEME cloud, PAGE default, ENGINE default, TEMPLATE jsf-facelets, PERSPECTIVE default, MODE *] at org.nuxeo.theme.protocol.nxtheme.Connection.getInputStream(Connection.java:94) at java.net.URL.openStream(URL.java:1029) at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:227) at com.sun.facelets.compiler.Compiler.compile(Compiler.java:105) at org.nuxeo.theme.jsf.facelets.vendor.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:227)
- depends on
-
NXP-6521 Display a detailed error when some facelet is not found
- Resolved