diff --git a/src/main/configurations/LopendeZaken/Configuration_LopendeZaken.xml b/src/main/configurations/LopendeZaken/Configuration_LopendeZaken.xml index faddaf3..8308508 100644 --- a/src/main/configurations/LopendeZaken/Configuration_LopendeZaken.xml +++ b/src/main/configurations/LopendeZaken/Configuration_LopendeZaken.xml @@ -15,6 +15,10 @@ + + + + diff --git a/src/main/configurations/LopendeZaken/xsl/anonymize.xsl b/src/main/configurations/LopendeZaken/xsl/anonymize.xsl index cc1fa6a..8799a18 100644 --- a/src/main/configurations/LopendeZaken/xsl/anonymize.xsl +++ b/src/main/configurations/LopendeZaken/xsl/anonymize.xsl @@ -29,7 +29,7 @@ - XXX + M \ No newline at end of file diff --git a/src/main/configurations/LopendeZaken/xsl/result.xsl b/src/main/configurations/LopendeZaken/xsl/result.xsl index 33b384d..335207b 100644 --- a/src/main/configurations/LopendeZaken/xsl/result.xsl +++ b/src/main/configurations/LopendeZaken/xsl/result.xsl @@ -153,10 +153,20 @@ - - - + + + + + + + + + + + + diff --git a/src/main/resources/DeploymentSpecifics.properties b/src/main/resources/DeploymentSpecifics.properties index 4d671bc..46bef86 100644 --- a/src/main/resources/DeploymentSpecifics.properties +++ b/src/main/resources/DeploymentSpecifics.properties @@ -3,4 +3,5 @@ manageDatabase.active=false manageFileSystem.active=False warnings.suppress.sqlInjections.ManageDatabase=true configurations.names=LopendeZaken -configurations.LopendeZaken.classLoaderType=DirectoryClassLoader \ No newline at end of file +configurations.LopendeZaken.classLoaderType=DirectoryClassLoader +ibistesttool.custom=Custom \ No newline at end of file diff --git a/src/main/resources/springIbisTestToolCustom.xml b/src/main/resources/springIbisTestToolCustom.xml new file mode 100644 index 0000000..a8b5f5e --- /dev/null +++ b/src/main/resources/springIbisTestToolCustom.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + storageId + endTime + status + Zaaktype + Identificatie + Toelichting + correlationId + duration + numberOfCheckpoints + estimatedMemoryUsage + storageSize + + + + \ No newline at end of file