export_to_pdf #8
|
@ -307,7 +307,7 @@ public class GeoportalExporter {
|
||||||
|
|
||||||
if (fetchedPDF == null) {
|
if (fetchedPDF == null) {
|
||||||
theJson.setState(Status.NOT_FOUND.getReasonPhrase());
|
theJson.setState(Status.NOT_FOUND.getReasonPhrase());
|
||||||
theJson.setMessage("No job found");
|
theJson.setMessage("No job found with id: "+jobCode);
|
||||||
try {
|
try {
|
||||||
jsonReponse = responseToString(theJson);
|
jsonReponse = responseToString(theJson);
|
||||||
LOG.info("viewJob returning not found: " + jsonReponse);
|
LOG.info("viewJob returning not found: " + jsonReponse);
|
||||||
|
|
Loading…
Reference in New Issue