Defect HC-15787

Transaction server starting with errors post upgrade from 9.1.1 to 9.1.7

Software

Customer case Applies to Corrected in
CS0287012 V9.0.1.0 9.0.1.19

Observed behavior

After upgrading from v9.1.1 to v9.1.7, custom rest handler APIs are not working correctly and a NullPointerException appears in RESTActionControllerExecutor.getControllerAttributes(). All supplied API's are working correctly.

Expected behavior

Custom APIs should work correctly with no exceptions in the log.

Resolution

The Spring Registry was not properly inserting the store id into the call. This has been corrected.