Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 14.0.1
-
Fix Version/s: 14.0.2
-
Component/s: Data Collection - XML
-
Security Level: Default (Default Security Scheme)
-
Labels:
Description
The XML Collection handler is caching the resource types for performance reasons.
With the current implementation of DataCollectionConfigDao, this is not required anymore because the resource types are also cached inside the DAO, and the DAO also has the ability to reload the resource types list when it is changed.