* Error will be displayed if user name left blank (or password null)
* Does not stop the server starting (only stops the values being reset)
* TODO investigate possibly related config update issue that was clouding the issue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32915 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
It is possible that multiple database objects, e.g. indexes, match a given object as described in the schema reference file. This fix means that diffs will be provided against all the matching items, where previously only the first matching item was reported against.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32864 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
32832: Merged V3.4 to V3.4-BUG-FIX
32825: ImapMessageTest.testMessageModifiedBetweenReads() - should now be deterministic and not depend on which way the wind is blowing
- Got rid of message mangling and introduced proper multi-part message parsing
- We should ensure the updated message parses and is different rather than checking for a random concatenation throwing an IOException
32831: (RECORD ONLY) ALF-10828: Merged V3.4-BUG-FIX to V3.4
32541: Fix for ALF-11677 - Doing an HTTP POST to a repository webscript through the Share proxy fails on certain input
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32833 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Part 2 - refactor API + collateral damage
- Fix tracking tests to cope with the presence of background transactions - should fix Oracle build and other intermittent build failures
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32824 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
32456: (RECORD ONLY) Removed extraneous debugging
32538: ALF-12075: Merged DEV/TEMPORARY to V3.4-BUG-FIX
32476: ALF-11499: "The association source type is incorrect: " when trying to add extra documents to inflight workflow after upgrade to 3.2.0r and later
Patch that converts workflow package type and associations
32532: ALF-11499: "The association source type is incorrect: " when trying to add extra documents to inflight workflow after upgrade to 3.2.0r and later
1. Code comments
2. Removed potential catch of retryable exception
3. Removed unneccessary throw of PatchException
32541: Fix for ALF-11677 - Doing an HTTP POST to a repository webscript through the Share proxy fails on certain input
32712: ALF-12074 / ALF-10547: JMX settings lost after upgrade from 3.2.2 to 3.4.4
- MigrateAttrPropBackedBeanPatch now persists migrated data through the MBean interfaces (cluster and cache friendly) rather than going through the 'back door'
32734: ALF-12076: Fix ALF-11924 - HighlightFile after document upload in Share doclib
32738: ALF-11957: Merged PATCHES/V3.4.6 to V3.4-BUG-FIX
32617: ALF-11977 / ALF-11879: IMAP performance
- Fix node batch loading - batch load ContentData to avoid N+1 problem with content properties
- During cache preloading, use distinct transactions for each folder search, thus avoiding blowing the transactional caches
32619: ALF-11977 / ALF-11879: Fixed typo
32652: ALF-11977 / ALF-11879: Deactivate auto-versioning and auditing (and run as system) whilst setting magic IMAP aspect properties
32683: ALF-11978 / ALF-11915 iBatis synchronizes on the ClassInfo class during high concurrency
Similar change made to ibatis ClassInfo.java as was made to mybatis (in 4.0) for ALF-11894
src.diff is diff from new SVN location at http://mybatis.googlecode.com/svn/tags/java_release_2.3.4-726/ibatis-2-core hence the revision number changes
modified the pom to use Java 1.5 (1.6 does not work due to changes in abstract sql packages) and removed a plugin that no longer works
32788: ALF-12077: Fix for ALF-12050 - ensures that overly agressive caches won't cache Share PageView dynamic responses.
32818: Merged PATCHES/V3.4.6 to V3.4-BUG-FIX
32510: (RECORD ONLY) Merged V3.4-BUG-FIX to PATCHES/V3.4.6
32322: Possible fix for: (ALF-11344) SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- English based locales will sort as Java String comparison.
32411: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- use in memory sort rather than relying on the lucene field cache for result sets up to 1000 by default
- this is configurable across all query languages (and per query via SearchParameters and QueryOptions)
lucene.indexer.useInMemorySort=true
lucene.indexer.maxRawResultSetSizeForInMemorySort=1000
32425: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- fix for score sorting
32616: (RECORD ONLY) ALF-11849: Merged V3.4-BUG-FIX to PATCHES/V3.4.6
31653: ALF-8906: Ensure entire IMAP service startup transaction runs as system, to allow for any auto-aspect adding / versioning during cache warming
31676: ALF-8906: Fix IMAP unit test failures
32792: ALF-11894 / ALF-11915: Prevent contention in NodeService proxy by making NodeService_security proxy to a thread local!
- Use org.springframework.aop.target.ThreadLocalTargetSource
- Inventive or what?
32814: ALF-11894 / ALF-11915: Prevent contention in CMIS searches
- Rolled back previous fix because it didn't work!
- Patched ACEGI ConfigAttributeDefinition to use LinkedList rather than synchronized Vector to avoid contention on all NodeService accesses
- Created NonBlockingLazyInitTargetSource, again to avoid contention on all NodeService calls
32816: (RECORD ONLY) ALF-12072: Merged V3.4-BUG-FIX to PATCHES/V3.4.6
32788: Fix for ALF-12050 - ensures that overly aggressive caches won't cache Share PageView dynamic responses.
32819: Merged V3.4 to V3.4-BUG-FIX (RECORD ONLY)
32817: Merged PATCHES/V3.4.6 to V3.4 (3.4.7)
32510: ALF-11840: Merged V3.4-BUG-FIX to PATCHES/V3.4.6
32322: Possible fix for: (ALF-11344) SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- English based locales will sort as Java String comparison.
32411: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- use in memory sort rather than relying on the lucene field cache for result sets up to 1000 by default
- this is configurable across all query languages (and per query via SearchParameters and QueryOptions)
lucene.indexer.useInMemorySort=true
lucene.indexer.maxRawResultSetSizeForInMemorySort=1000
32425: Fix for ALF-11344 SORT clause in CMIS query (ORDER BY) drastically affects performance of search.
- fix for score sorting
32792: ALF-11978 / ALF-11915: Prevent contention in NodeService proxy by making NodeService_security proxy to a thread local!
- Use org.springframework.aop.target.ThreadLocalTargetSource
- Inventive or what?
32814: ALF-11978 / ALF-11915: Prevent contention in CMIS searches
- Rolled back previous fix because it didn't work!
- Patched ACEGI ConfigAttributeDefinition to use LinkedList rather than synchronized Vector to avoid contention on all NodeService accesses
- Created NonBlockingLazyInitTargetSource, again to avoid contention on all NodeService calls
32816: ALF-12050: Merged V3.4-BUG-FIX to PATCHES/V3.4.6
32788: Fix for ALF-12050 - ensures that overly aggressive caches won't cache Share PageView dynamic responses.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32821 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261