UIXCollection holding only to application data
----------------------------------------------
Key: TRINIDAD-2024
URL: https://issues.apache.org/jira/browse/TRINIDAD-2024
Project: MyFaces Trinidad
Issue Type: Bug
Reporter: Venkata Guddanti
UIXCollection is internally hanging onto the collectionModel from applications.
This is problematic since the application data could be released between
requests. The colleciton model is held internally usig iState.value and
iState.model.
The proposed solution is to null out both the iState.value and iState.model on
a saveState of UIXCollection. Note that these variables are transient and the
fix is similar to a fail over case. Moreover table should not be holding onto
any state from model.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira