----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24571/#review50378 -----------------------------------------------------------
Thanks! Merged on 4.3, 4.4 (helping Daan here since it was a bugfix), master 4.3 commit e7ef14abae3b0fd43a391eb6757088fd98e74253 Author: Luis Henrique Okama <lok...@gmail.com> Date: Tue Aug 12 13:29:32 2014 -0300 bugfix CLOUDSTACK-7309 using findProjectByProjectAccountIdIncludingRemoved Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> 4.4; commit 260e694e89cdf15d224ea3b137987e8a44549a18 Author: Luis Henrique Okama <lok...@gmail.com> Date: Tue Aug 12 13:29:32 2014 -0300 bugfix CLOUDSTACK-7309 using findProjectByProjectAccountIdIncludingRemoved Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> master; commit cb9319d3d8a1269af786986d49df6c41c69833c1 Author: Luis Henrique Okama <lok...@gmail.com> Date: Tue Aug 12 13:29:32 2014 -0300 bugfix CLOUDSTACK-7309 using findProjectByProjectAccountIdIncludingRemoved Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> - Rohit Yadav On Aug. 12, 2014, 4:32 p.m., Luis Henrique Okama wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24571/ > ----------------------------------------------------------- > > (Updated Aug. 12, 2014, 4:32 p.m.) > > > Review request for cloudstack. > > > Bugs: https://issues.apache.org/jira/browse/CLOUDSTACK-7309 > > https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/CLOUDSTACK-7309 > > > Repository: cloudstack-git > > > Description > ------- > > When listing usage records for running VMs and project to which this VM > belonged was removed, a Null Pointer Exception happens at the time of > building an usage response. > > Included a verification to see if the project is null. > > https://issues.apache.org/jira/browse/CLOUDSTACK-7309 > > > Diffs > ----- > > server/src/com/cloud/api/ApiResponseHelper.java 7718fc1 > > Diff: https://reviews.apache.org/r/24571/diff/ > > > Testing > ------- > > Using API, i got a list of instances successfully. > > > Thanks, > > Luis Henrique Okama > >