Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.4
-
None
-
None
Description
Deployment of Archiva 2.2.4 (WAR) works on WildFly 16 and JDK 8
It fails on WildFly 16 and JDK11.
This is the error from the WildFly log with JDK11:
ERROR [JPOX.RDBMS.Schema] (ServerService Thread Pool – 80) Failed initialising database. Exception : The java type int (jdbc-type="", sql-type="") cant be mapped for this datastore. No mapping is available.
javax.jdo.JDOFatalException: The java type int (jdbc-type="", sql-type="") cant be mapped for this datastore. No mapping is available.
Since Java 11 is an LTS-release it might be a good idea to provide compatibility with Java 11 in the next major release.