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