Problem upgrading to version 1.0.5 (or 2.0.8) of trinidad with customized
renderkit
-----------------------------------------------------------------------------------
Key: TRINIDAD-1150
URL: https://issues.apache.org/jira/browse/TRINIDAD-1150
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Reporter: Yee-Wah Lee
Attachments: trin11_797_deferredRenderers.patch,
trin12_797_deferredRenderers.patch
Sample error message when trying to upgrade from Trinidad 1.2.1 to 1.2.8, and
when user has own renderkit.
SEVERE: Exception sending context initialized event to listener instance of
class com.sun.faces.config.ConfigureListener
java.lang.ExceptionInInitializerError
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet.registerSelfWithKey(Scriptlet.java:163)
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.Scriptlet.registerSelf(Scriptlet.java:92)
...
Caused by: java.lang.NullPointerException
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.LocaleInfoScriptlet.getSupportedLocaleVariant(LocaleInfoScriptlet.java:168)
at
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.jsLibs.NamedLocaleInfoScriptlet.<init>(NamedLocaleInfoScriptlet.java:62)
...
This was caused by the patch for Trinidad-797 which assumed delay loading of
renders, which the core trinidad renderkit implemented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.