diff options
-rw-r--r-- | common/src/main/java/at/gv/egovernment/moa/util/Constants.java | 6 | ||||
-rw-r--r-- | pom.xml | 22 | ||||
-rw-r--r-- | spss/server/history.txt | 6 | ||||
-rw-r--r-- | spss/server/readme.update.txt | 44 | ||||
-rw-r--r-- | spss/server/serverlib/pom.xml | 4 | ||||
-rw-r--r-- | 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 = @@ -14,7 +14,7 @@ <moa-commons-version>2.0.0</moa-commons-version>
<moa-id-version>2.1.1-Snapshot</moa-id-version>
<moa-id-proxy-version>2.0.0</moa-id-proxy-version>
- <moa-spss-version>2.0.1</moa-spss-version>
+ <moa-spss-version>2.0.2</moa-spss-version>
<configtool-version>1.1.1-Snapshot</configtool-version>
<demo-oa-version>2.0.2</demo-oa-version>
</properties>
@@ -403,14 +403,23 @@ <type>dll</type>
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2.11</version>
+ </dependency>
<!-- TSL -->
<dependency>
<groupId>iaik</groupId>
<artifactId>iaik_tsl</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</dependency>
- <dependency>
+
+
+
+<!-- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
<version>0.23</version>
@@ -421,11 +430,6 @@ <version>1.1709142</version>
</dependency>
<dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.2.11</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2.7</version>
@@ -439,7 +443,7 @@ <groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
<version>4.4</version>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>xerces</groupId>
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,4 +1,10 @@ ############## +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 @@ </exclusion>
</exclusions>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_util</artifactId>
</dependency>
@@ -183,7 +183,7 @@ <dependency>
<groupId>iaik</groupId>
<artifactId>iaik_jsse</artifactId>
- </dependency>
+ </dependency> -->
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 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> - <dependency> +<!-- <dependency> <groupId>iaik</groupId> <artifactId>iaik_util</artifactId> </dependency> @@ -138,7 +138,7 @@ <dependency> <groupId>iaik</groupId> <artifactId>iaik_jsse</artifactId> - </dependency> + </dependency> --> <!-- transitive dependencies we don't want to include into the war --> <dependency> |