110088: Merged 5.0.2 (5.0.2) to 5.0.N (5.0.3)
110052: MNT-14579: TS starting in read-only mode after applying 5.0.2 build 64
- This intermittent issue was probably caused by the SysAdminParams.afterPropertiesSet
checking for a valid dictionary. If this call took place too early, then it would
never allow the system to be in read-write mode unless rebooted.
- Removed the dictionary check from SysAdminParamsImpl; it is now only responsible for the 'server.allowWrite' property
- Call the TransactionServiceImpl's read-write veto code if the 'server.allowWrite' property changes
- Better logging when vetoes are placed but also when vetoes are removed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110214 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
63647: Fixed ACE-290: ServiceRegistry.getRetryingTransactionHelper has been deprecated, with no public alternative
- Removed final bits of deprecation required for ACE-290
- Added test to ensure that ALF-18718 does not regress (need new instances of RetryingTransactionHelper)
- Cleaned up pointless 'Non-Javadoc', added @Override, etc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64303 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261