----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12504/#review23081 -----------------------------------------------------------
Commit aaaf168f5a38294ef098bdf9c60657711f6655bf in branch refs/heads/master from Likitha Shetty [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=aaaf168 ] CLOUDSTACK-2757. When configs are added the value of the property 'category' is not persisted. - ASF Subversion and Git Services On July 12, 2013, 10:56 a.m., Likitha Shetty wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12504/ > ----------------------------------------------------------- > > (Updated July 12, 2013, 10:56 a.m.) > > > Review request for cloudstack and Kishan Kavala. > > > Bugs: CLOUDSTACK-2757 > > > Repository: cloudstack-git > > > Description > ------- > > Category is not being persisted when configuration items are added in > ConfigurationDaoImpl.getValueAndInitIfNotExist. > Hence it will be set to 'Advanced' which is the default which will lead to > encryption failures if encryption is enabled. > Also cleaned up the code to use VO/DAO instead of SQL. > > > Diffs > ----- > > engine/schema/src/com/cloud/configuration/dao/ConfigurationDaoImpl.java > fe5f5ae > > Diff: https://reviews.apache.org/r/12504/diff/ > > > Testing > ------- > > > Thanks, > > Likitha Shetty > >