You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Yee-Wah Lee (JIRA)" <de...@myfaces.apache.org> on 2008/07/09 03:32:31 UTC

[jira] Created: (TRINIDAD-1150) Problem upgrading to version 1.0.5 (or 2.0.8) of trinidad with customized renderkit

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.


[jira] Resolved: (TRINIDAD-1150) Problem upgrading to version 1.0.5 (or 2.0.8) of trinidad with customized renderkit

Posted by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1150.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.9-core

thanks for the patch, Yee-Wah Lee.

> 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
>            Assignee: Matthias Weßendorf
>             Fix For: 1.2.9-core
>
>         Attachments: trin11_797_deferredRenderers.patch, trin12_1150.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.


[jira] Updated: (TRINIDAD-1150) Problem upgrading to version 1.0.5 (or 2.0.8) of trinidad with customized renderkit

Posted by "Yee-Wah Lee (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yee-Wah Lee updated TRINIDAD-1150:
----------------------------------

    Status: Patch Available  (was: Open)

> 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.


[jira] Updated: (TRINIDAD-1150) Problem upgrading to version 1.0.5 (or 2.0.8) of trinidad with customized renderkit

Posted by "Yee-Wah Lee (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yee-Wah Lee updated TRINIDAD-1150:
----------------------------------

    Status: Open  (was: Patch Available)

> 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.