From 280fdb3dc1a96ce29b39b1fcf63920d802eca4a0 Mon Sep 17 00:00:00 2001 From: MLenterman Date: Wed, 7 Jun 2023 17:33:34 +0200 Subject: [PATCH 1/3] refactor: improved feedback on uncaught errors --- .../Translate/Common/xsl/BuildError.xsl | 16 +++++++ .../Configuration_CreeerZaak_LK01.xml | 32 +++++++++----- .../Configuration_UpdateZaak_LK01.xml | 24 ++++++++--- ...Configuration_VoegZaakdocumentToe_Lk01.xml | 43 ++++++++++++------- 4 files changed, 83 insertions(+), 32 deletions(-) create mode 100644 src/main/configurations/Translate/Common/xsl/BuildError.xsl diff --git a/src/main/configurations/Translate/Common/xsl/BuildError.xsl b/src/main/configurations/Translate/Common/xsl/BuildError.xsl new file mode 100644 index 000000000..59565bf6c --- /dev/null +++ b/src/main/configurations/Translate/Common/xsl/BuildError.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + +
+ +
+
+
diff --git a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml index 1967d0d47..0b5e46042 100644 --- a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml +++ b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml @@ -13,8 +13,8 @@ - - + + - + - + @@ -77,7 +77,7 @@ - + - + - + - + - + - + + + + + + + + + + \ No newline at end of file diff --git a/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml b/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml index b6d11d6ff..136f1718d 100644 --- a/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml +++ b/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml @@ -27,14 +27,14 @@ - + - + - + - + - + - + + + + + + + + + + \ No newline at end of file diff --git a/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml b/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml index cfc44e544..56f0e84bd 100644 --- a/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml +++ b/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml @@ -34,14 +34,14 @@ - + - + - + - + - + - + @@ -124,7 +124,7 @@ - + - + - + - + - + - + - + - + - + - + + + + + + + + + \ No newline at end of file From cf3a7c989ee6b36ce7ad6d28a82abd352603b6ea Mon Sep 17 00:00:00 2001 From: MLenterman Date: Wed, 7 Jun 2023 17:35:29 +0200 Subject: [PATCH 2/3] fix: missing configuration for the organization in global config does not throw error --- .../Configuration_CreeerZaak_LK01.xml | 49 ++++++++++++----- .../Configuration_UpdateZaak_LK01.xml | 54 +++++++++++++------ ...Configuration_VoegZaakdocumentToe_Lk01.xml | 51 +++++++++++++----- .../CreeerZaak_LK01/xsl/CreateZaakBody.xsl | 7 +-- .../Translate/CreeerZaak_LK01/xsl/GetRsin.xsl | 14 ----- .../xsl/CreateUpdateZaakBody.xslt | 5 +- 6 files changed, 120 insertions(+), 60 deletions(-) delete mode 100644 src/main/configurations/Translate/CreeerZaak_LK01/xsl/GetRsin.xsl diff --git a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml index 0b5e46042..084821348 100644 --- a/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml +++ b/src/main/configurations/Translate/Configuration_CreeerZaak_LK01.xml @@ -44,26 +44,50 @@ - + - + javaListener="ImportFromLocalFS" + > + - + - - - + + - + + + + + + + + + + + + + + + + + + - + + diff --git a/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml b/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml index 136f1718d..8e8d37953 100644 --- a/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml +++ b/src/main/configurations/Translate/Configuration_UpdateZaak_LK01.xml @@ -131,27 +131,50 @@ - + - + javaListener="ImportFromLocalFS" + > + - + - - - + + - + + + + + + + + + + + + + + + + + + - + + @@ -185,7 +209,7 @@ skipEmptyTags="true" styleSheetName="UpdateZaak_LK01/xsl/SetRoles.xslt" > - + @@ -197,7 +221,7 @@ skipEmptyTags="true" styleSheetName="UpdateZaak_LK01/xsl/SetRoles.xslt" > - + diff --git a/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml b/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml index 56f0e84bd..864dcc80c 100644 --- a/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml +++ b/src/main/configurations/Translate/Configuration_VoegZaakdocumentToe_Lk01.xml @@ -88,25 +88,50 @@ - + - + javaListener="ImportFromLocalFS" + > + - + - - - + + - + + + + + + + + + + + + + + + + + + - - - + @@ -191,7 +214,7 @@ - + - + + @@ -17,14 +18,14 @@ - + - + diff --git a/src/main/configurations/Translate/CreeerZaak_LK01/xsl/GetRsin.xsl b/src/main/configurations/Translate/CreeerZaak_LK01/xsl/GetRsin.xsl deleted file mode 100644 index aa77aafbd..000000000 --- a/src/main/configurations/Translate/CreeerZaak_LK01/xsl/GetRsin.xsl +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/configurations/Translate/UpdateZaak_LK01/xsl/CreateUpdateZaakBody.xslt b/src/main/configurations/Translate/UpdateZaak_LK01/xsl/CreateUpdateZaakBody.xslt index 5d338687d..1fe4e4603 100644 --- a/src/main/configurations/Translate/UpdateZaak_LK01/xsl/CreateUpdateZaakBody.xslt +++ b/src/main/configurations/Translate/UpdateZaak_LK01/xsl/CreateUpdateZaakBody.xslt @@ -3,7 +3,8 @@ - + + @@ -28,7 +29,7 @@ - + From dc3dc34ff18441c70639feaee15a5d977eb40ddb Mon Sep 17 00:00:00 2001 From: MLenterman Date: Wed, 7 Jun 2023 18:17:21 +0200 Subject: [PATCH 3/3] chore(helm): bump chart to 0.7.10 with app 1.12.11 --- charts/zaakbrug/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/zaakbrug/Chart.yaml b/charts/zaakbrug/Chart.yaml index 8ca0bc9ae..928cde411 100644 --- a/charts/zaakbrug/Chart.yaml +++ b/charts/zaakbrug/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 1.12.10 -description: Install ZaakBrug (zds-to-zgw) on Haven, powerd by the Frank!Framework +appVersion: 1.12.11 +description: Install ZaakBrug (zds-to-zgw) on Haven, powered by the Frank!Framework name: zaakbrug type: application -version: 0.7.9 +version: 0.7.10 home: https://github.com/ibissource/zaakbrug icon: "https://raw.githubusercontent.com/ibissource/zaakbrug/master/zaakbrug-icon.png"