Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform 194 - Features Done!, Platform 195 - Hardening 1
Description
Testing the upgrade of a v12->v13 project, theĀ ConfigurationBaselineService.loadBaseline() method causes a PathNotFoundException trying to access /hcm:hcm/hcm:baseline/hcm:sites.
This path is created during creation/update of the baseline, but at startup from a v12 repository it doesn't exists yet.
Fix is trivial because the specific logic can be skipped if it doesn't exist yet.