Resource implementations cannot be cached
-----------------------------------------
Key: MYFACES-2918
URL: https://issues.apache.org/jira/browse/MYFACES-2918
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.2-SNAPSHOT
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
The optimization done for Resource instances does not take into account that it
is possible to call methods like setResourceName after is created, making a TCK
test fail because the Resource instance is cached.
The solution is cache ResourceMeta related instance instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.