private boolean isFinalizing = false;
private int totalUpdates = 9;
private uk.ac.vamsas.client.VorbaId recover = null;
+ private int calls=0;
private void processVamsasDocument(IClientDocument doc)
{
if (doc.getVamsasRoots().length<4) {
try
{
IClientDocument cdoc = vorbaclient.getClientDocument();
+ if (calls>2 && cdoc.getVamsasRoots().length>0 && !cdoc.getVamsasRoots()[0].is__stored_in_document())
+ {
+ System.err.println("Pathological Update Detected - Document is zeroed!");
+ }
+ calls++;
uk.ac.vamsas.test.simpleclient.ArchiveReports.rootReport(
cdoc.getVamsasRoots(), true, System.out);
// Simple update