You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Sven Linstaedt (JIRA)" <de...@myfaces.apache.org> on 2014/09/30 15:24:33 UTC

[jira] [Created] (MYFACES-3929) Support redeployment for decorated factories

Sven Linstaedt created MYFACES-3929:
---------------------------------------

             Summary: Support redeployment for decorated factories
                 Key: MYFACES-3929
                 URL: https://issues.apache.org/jira/browse/MYFACES-3929
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.2.5
            Reporter: Sven Linstaedt
            Priority: Minor


org.apache.myfaces.config.FacesConfigurator#purgeConfiguration() does a pretty good job, until custom factories for application, renderkit or lifecycle are installed. In this case, purge will fail, because the returned factory delegates do not contain a appropriate purge method.

Given all delegates are implementing javax.faces.FacesWrapper#getWrapped() correct, this problem can easily solved be fetching the wrapped factory instance as long as one is available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)