Description of problem: Raw only server config change history is not being displayed in the UI Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Login to rhq 2.Navigate to the Raw server resource 3.Click on configure and Edit files 4. Edit a file & commit (This step is not necessary to reproduce the bug I think) 5. Now Navigate to History of the raw server(configuration->history Actual results: None of the versions of the config file are displayed in the Configuration History UI Expected results: All the versions of the config should be displayed and should be able to revert to any versions The page should refresh on navigating away Additional info:
The UI code, ListConfigurationUpdateUIBean, calls ConfigurationManagerBean.findResourceConfigurationUpdates(). That method has logic which checks that the configuration definition actually supports updates. It does this by checking that there exists property definitions. If none exists, the method returns immediately without even querying for updates. That logic of course applies to structured only configurations. It has been modified for raw. The commit hash for these changes is, c73d40ce3406a3cc904fb34429b9248b48f8e531 I have tested this manually and verified that I am now able to see the update history for a resource that supports raw configuration.
This fixed in latest raw-config branch. moving to on_qa to test after merge.
Created attachment 382242 [details] history-raw-server
verified. check the above ss master build http://10.16.120.159:7080
Mass-closure of verified bugs against JON.