From 2f4f5750cf0d3fc83793a31017daee331410015a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 11 Aug 2014 15:31:57 +0200 Subject: Update iaik-TSL library (ETSI TS119612 V1.2.1) * change Version to 2.0.2 --- .../java/at/gv/egovernment/moa/util/Constants.java | 6 +-- pom.xml | 22 ++++++----- spss/server/history.txt | 6 +++ spss/server/readme.update.txt | 44 ++++++++++++++++++---- spss/server/serverlib/pom.xml | 4 +- spss/server/serverws/pom.xml | 4 +- 6 files changed, 63 insertions(+), 23 deletions(-) diff --git a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java index ed75768ba..8d71f2e84 100644 --- a/common/src/main/java/at/gv/egovernment/moa/util/Constants.java +++ b/common/src/main/java/at/gv/egovernment/moa/util/Constants.java @@ -346,7 +346,7 @@ public interface Constants { /** Local location of the TSL schema definition. */ public static final String TSL_SCHEMA_LOCATION = - SCHEMA_ROOT + "ts_102231v030102_xsd.xsd"; + SCHEMA_ROOT + "ts_119612v010201_xsd.xsd"; /** URI of the TSL SIE namespace. */ public static final String TSL_SIE_NS_URI = @@ -357,7 +357,7 @@ public interface Constants { /** Local location of the TSL SIE schema definition. */ public static final String TSL_SIE_SCHEMA_LOCATION = - SCHEMA_ROOT + "ts_102231v030102_sie_xsd.xsd"; + SCHEMA_ROOT + "ts_119612v010201_sie_xsd.xsd"; /** URI of the TSL additional types namespace. */ public static final String TSL_ADDTYPES_NS_URI = @@ -368,7 +368,7 @@ public interface Constants { /** Local location of the TSL additional types schema definition. */ public static final String TSL_ADDTYPES_SCHEMA_LOCATION = - SCHEMA_ROOT + "ts_102231v030102_additionaltypes_xsd.xsd"; + SCHEMA_ROOT + "ts_ts_119612v010201_additionaltypes_xsd.xsd"; /** URI of the XML Encryption namespace. */ public static final String XENC_NS_URI = diff --git a/pom.xml b/pom.xml index 52e2c8570..8d428f062 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 2.0.0 2.1.1-Snapshot 2.0.0 - 2.0.1 + 2.0.2 1.1.1-Snapshot 2.0.2 @@ -403,14 +403,23 @@ dll runtime + + + javax.xml.bind + jaxb-api + 2.2.11 + iaik iaik_tsl - 1.0 + 1.1 - + + + + xerces diff --git a/spss/server/history.txt b/spss/server/history.txt index 2e549f37a..5be2029b4 100644 --- a/spss/server/history.txt +++ b/spss/server/history.txt @@ -1,3 +1,9 @@ +############## +2.0.2 +############## +- Libraries aktuallisert + - iaik-tsl Version 1.1 (Implementiert ETSI TS119612 V1.2.1) + ############## 2.0.1 ############## diff --git a/spss/server/readme.update.txt b/spss/server/readme.update.txt index c7e6cd9d1..299cbb7b9 100644 --- a/spss/server/readme.update.txt +++ b/spss/server/readme.update.txt @@ -1,8 +1,38 @@ +------------------------------------------------------------------------------- + Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.2 +------------------------------------------------------------------------------- +Der Updateprozess auf die MOA-SPSS Version 2.0.2 unterscheidet sich, +je nach dem welche welche MOA-SPSS Version aktuell verwendet wird. -====================================================================== - Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1 -====================================================================== +-------------------------- +Update von Version 2.0.1 +-------------------------- +1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses + Ihrer MOA-SPSS-Installation. + +2.) Entpacken Sie die Datei "moa-spss-2.0.2.zip" in das Verzeichnis MOA_SPSS_INST. +3.) Loeschen Sie das Verzeichnis CATALINA_HOME\webapps\moa-spss. + +4.) Ersetzen Sie die Datei CATALINA_HOME\webapps\moa-spss.war durch die Datei + MOA_SPSS_INST\moa-spss.war. + +5.) Loeschen Sie das Verzeichnis CATALINA_HOME\work. + +-------------------------- +Update von einer Version < 2.0.1 +-------------------------- +1.) Führen Sie ein Update laut der Beschreibung + "Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1" durch. + +2.) Führen Sie das Update auf die Version 2.0.2 laut + "Update von Version 2.0.1" durch. + + + +------------------------------------------------------------------------------- + Update einer bestehenden MOA-SPSS-Installation auf Version 2.0.1 +------------------------------------------------------------------------------- Es gibt zwei Moeglichkeiten (im Folgenden als "Update Variante A" und "Update Variante B" bezeichnet), das Update von MOA-SPSS auf Version 2.0.1 durchzufuehren. Update Variante A geht dabei den Weg ueber eine @@ -18,9 +48,9 @@ CATALINA_HOME bezeichnet das Wurzelverzeichnis der Tomcat-Installation MOA_SPSS_INST bezeichnet das Verzeichnis, in das Sie die Datei moa-spss-2.0.1.zip entpackt haben. -================= +-------------------------- Update Variante A -================= +-------------------------- 1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses Ihrer MOA-SPSS-Installation. @@ -46,9 +76,9 @@ Update Variante A Details dazufinden Sie im MOA-SPSS-Installationshandbuch. -================= +-------------------------- Update Variante B -================= +-------------------------- 1.) Erstellen Sie eine Sicherungskopie des kompletten Tomcat-Verzeichnisses Ihrer MOA-SPSS-Installation. diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index 3ee362890..4ba4aa708 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -160,7 +160,7 @@ - + diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index 9159242ef..79a16cbb5 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -115,7 +115,7 @@ log4j log4j - + -- cgit v1.2.3