Defect HC-3020

Failure in ts-app when dealing with json responses due to missing jackson-module-jaxb-annotations library

Software

Customer case Applies to Corrected in
CS0113833 V9.0.1.0 9.0.1.12

Observed behavior

A transaction server error occurs when custom logic that depends on the jackson-module-jaxb-annotations library, fails to find it.

Expected behavior

The jackson-module-jaxb-annotations library, jackson-module-jaxb-annotations-2.9.8.jar is missing from the transaction server because it was never used there, but was provided in the search server.

Resolution

The jackson-module-jaxb-annotations library, jackson-module-jaxb-annotations-2.9.8.jar was added to the transaction server to resolve this issue.