Fixed ALF-10110: Error loading New Enterprise license onto a Team install where I'd exceeded my user limit

- load operation is now in a new, write-forced transaction regardless of the current thread's state


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30205 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-09-02 16:14:15 +00:00
parent e74b786fd2
commit c2f32afaaa
3 changed files with 40 additions and 17 deletions

View File

@@ -110,7 +110,7 @@ public interface DescriptorService
/**
* Attempts to load the license.
* @return
* @return Returns a message telling the user what happened
*/
public String loadLicense();
}