|
|
@@ -174,7 +174,7 @@ public class PostBack |
|
|
xml.append("<"); xml.append(xmlTopElement); xml.append(">"); |
|
|
xml.append("<"); xml.append(xmlTopElement); xml.append(">"); |
|
|
for (String report : reportList) |
|
|
for (String report : reportList) |
|
|
{ |
|
|
{ |
|
|
xml.append(report); |
|
|
|
|
|
|
|
|
xml.append(report + "\r\n"); |
|
|
} |
|
|
} |
|
|
xml.append("</"); xml.append(xmlTopElement); xml.append(">"); |
|
|
xml.append("</"); xml.append(xmlTopElement); xml.append(">"); |
|
|
|
|
|
|
|
|
@@ -392,7 +392,7 @@ public class PostBack |
|
|
myLogger.debug("Waiting for space in postQueue to queue report"); |
|
|
myLogger.debug("Waiting for space in postQueue to queue report"); |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
postQueue.wait(); |
|
|
|
|
|
|
|
|
postQueue.wait(QUEUE_WAIT * 1000); |
|
|
} |
|
|
} |
|
|
catch (InterruptedException e) |
|
|
catch (InterruptedException e) |
|
|
{ |
|
|
{ |
|
|
|