http://jira.hyperic.com/browse/HHQ-4237
AvailabilityManagerTest fails because AvailaibilityManagerImpl.addData() has a @Transaction which is REQUIRES_NEW. We need to investigate reverting that tx propagation level in favor of non-tx service layer calls that enforce same tx boundaries
Anonymous