You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Max Starets (JIRA)" <de...@myfaces.apache.org> on 2008/07/29 16:48:32 UTC

[jira] Created: (TRINIDAD-1167) Need to warn when Trinidad's ViewHandler is registered more than once

Need to warn when Trinidad's ViewHandler is registered more than once
---------------------------------------------------------------------

                 Key: TRINIDAD-1167
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1167
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  1.2.8-core
            Reporter: Max Starets
             Fix For: 1.2.9-core


If Trinidad implementation JAR is loaded more than once, RI will happily load and chain ViewHandler's specified in each JAR's faces-config.
This results in ViewHandlerImpl.renderView() being called more than once. We want to warn the developer to avoid problems, such as PartialPageContext being recreated during the same request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1167) Need to warn when Trinidad's ViewHandler is registered more than once

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

Matthias Weßendorf updated TRINIDAD-1167:
-----------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Need to warn when Trinidad's ViewHandler is registered more than once
> ---------------------------------------------------------------------
>
>                 Key: TRINIDAD-1167
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1167
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.8-core
>            Reporter: Max Starets
>             Fix For: 1.2.9-core
>
>         Attachments: trinidad_1167.patch
>
>
> If Trinidad implementation JAR is loaded more than once, RI will happily load and chain ViewHandler's specified in each JAR's faces-config.
> This results in ViewHandlerImpl.renderView() being called more than once. We want to warn the developer to avoid problems, such as PartialPageContext being recreated during the same request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TRINIDAD-1167) Need to warn when Trinidad's ViewHandler is registered more than once

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

Max Starets updated TRINIDAD-1167:
----------------------------------

    Status: Patch Available  (was: Open)

> Need to warn when Trinidad's ViewHandler is registered more than once
> ---------------------------------------------------------------------
>
>                 Key: TRINIDAD-1167
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1167
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.8-core
>            Reporter: Max Starets
>             Fix For: 1.2.9-core
>
>         Attachments: trinidad_1167.patch
>
>
> If Trinidad implementation JAR is loaded more than once, RI will happily load and chain ViewHandler's specified in each JAR's faces-config.
> This results in ViewHandlerImpl.renderView() being called more than once. We want to warn the developer to avoid problems, such as PartialPageContext being recreated during the same request.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.