From 2e07b2c417b76b0cec613c937b39457f1adfa5b0 Mon Sep 17 00:00:00 2001 From: Eduard Tihomiorv Date: Wed, 8 Oct 2025 16:15:01 +0300 Subject: [PATCH] test xml --- .../models/requests/RequestArgument.java | 6 ----- config/cde-xml/downloadCSV.xml | 25 ++++++++++++++++++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/config-data-executor/src/main/java/org/micord/models/requests/RequestArgument.java b/config-data-executor/src/main/java/org/micord/models/requests/RequestArgument.java index cad982f..9141454 100644 --- a/config-data-executor/src/main/java/org/micord/models/requests/RequestArgument.java +++ b/config-data-executor/src/main/java/org/micord/models/requests/RequestArgument.java @@ -18,7 +18,6 @@ public class RequestArgument { private String requestArgumentName;; private String requestArgumentURL; private SqlConnectionParams requestArgumentConnectionParams; - private Integer requestArgumentLimit; @XmlAttribute(name = "type") public RequestArgumentType getType() { @@ -40,9 +39,4 @@ public class RequestArgument { return requestArgumentConnectionParams; } - @XmlElement(name = "RequestArgumentLimit") - public Integer getRequestArgumentLimit() { - return requestArgumentLimit; - } - } diff --git a/config/cde-xml/downloadCSV.xml b/config/cde-xml/downloadCSV.xml index eb4ea0d..86869c4 100644 --- a/config/cde-xml/downloadCSV.xml +++ b/config/cde-xml/downloadCSV.xml @@ -59,9 +59,15 @@ + Type_B + 10 - Select system_id_ern from public.recruits where id in ${endpointArguments}; + Select system_id_ern from public.recruits where id in ${additionalArguments}; 10.10.31.118 @@ -74,6 +80,23 @@ person_registry 4000 + + + select id from public.recruits; + + additionalArguments + + 10.10.31.118 + 5432 + ervu + ervu + org.postgresql.Driver + org.postgresql.xa.PGXADataSource + 50 + person_registry + 4000 + + \ No newline at end of file