Merged V3.2 to HEAD

17850 : Addition of AVM - DM deployment.
    17905 : ETHREEOH-3809 - WCM - First test server deploy fails.     
	- added yet another transaction to read the previous snapshot transaction.    
	 - added a new system test based upon the WCM services.    The beginnings of testing against layered authored sandboxes.
    17907 : ETHREEOH-3806 - WCM Contributor cant release test server.   
	 -  release test server now runs without permissions checks (like the deploy action does)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18702 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-02-18 14:50:06 +00:00
parent c347025bae
commit b53f50865e
6 changed files with 22 additions and 2 deletions

View File

@@ -25,13 +25,14 @@
package org.alfresco.repo.node.integrity;
import java.util.List;
import java.io.Serializable;
/**
* Represents an integrity violation
*
* @author Derek Hulley
*/
public class IntegrityRecord
public class IntegrityRecord implements Serializable
{
private String msg;
private List<StackTraceElement[]> traces;