cloudstack/core
Kris McQueen b4ef066846 bug 6782: fix NPEs associated with looking up the account after it's been deleted. When cleaning up the account, we delete the accountVO first, then stop/destroy VMs, routers, etc. During this cleanup, there are times when the account needs to be retrieved, and since it's been removed it has to be found by id 'including removed' in order to find it.
status 6782: resolved fixed
2010-10-27 18:23:23 -07:00
..
src/com/cloud bug 6782: fix NPEs associated with looking up the account after it's been deleted. When cleaning up the account, we delete the accountVO first, then stop/destroy VMs, routers, etc. During this cleanup, there are times when the account needs to be retrieved, and since it's been removed it has to be found by id 'including removed' in order to find it. 2010-10-27 18:23:23 -07:00
test/com/cloud Test with OVF importing 2010-09-29 18:40:49 -07:00
.classpath working through some compilation errors that have arisen due to all the API refactoring... 2010-09-13 14:46:23 -07:00
.project revert un neccessary changes 2010-09-29 18:40:52 -07:00