Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


To be able to have a choice later on we have created a wildfly11test branch on https://github.com/UnionVMS/UVMS-Docker .

...

  1. The org.hibernate.spatial.GeometryType has been renamed to org.hibernate.spatial.JtsGeometryType , to support the old class name using newer hibernate-spatial a hibernate-spatial-4x-to-5x-wrapper have been created at https://github.com/UnionVMS/UVMS-Docker/blob/wildfly11test/hibernate-spatial-4x-to-5x-wrapper/ and a special dialect is set to org.hibernate.spatial.dialect.postgis.Postgis43WrapperDialect
  2. The mdr-module.ear contains hibernate-search/lucene jars that do conflict with jars included in wildfly11, the wildfly11test branch currently strips these jar files from the ear included in wildfly11.

...

Wildfly11 are more strict and outputs more warnings, current issues

  1. WARN: WFLYEJB0485: Transaction type %s is unspecified for the %s method of the %s message-driven bean. It will be handled as NOT_SUPPORTED. 


Test result (updated after each build)

...

Wildfly11 reports at : https://jenkins.focus.fish/view/Docker/job/UVMS-Docker-dev-test-wildfly-eleven/ws/foundation-test/target/ and https://jenkins.focus.fish/view/Docker/job/UVMS-Docker-dev-test-wildfly-eleven/eu.europa.ec.fisheries.uvms.docker$uvms-release-test/ws/target/



Wildfly11 test without activemq replaced with wildfly messaging(artemis)

https://github.com/UnionVMS/UVMS-Docker/tree/wildfly11testwithoutamq (running, some test failures for test that use jms since issues with artemis jndi proxy client (ports,hostname) problem)