For those following along at home. This added line fixed my problem:
Code:
...
DataSource dataSource = new DataSource("rest/test/instances/by-status/finished/0/33");
dataSource.setRecordXPath("//DartTestInstance");
// Tada
dataSource.setPreventHTTPCaching(false);
DSRequest requestParams = new DSRequest();
HashMap<String, String> httpHeaders = new HashMap<String, String>();
...
Leave a comment: