Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
Description
Current Situation
- The xmleditor web services are used to create the File Transfer, Notification and Others configurations.
- When the configuration is read from the database, a Hibernate SqmDynamicInstantiation WARN message may occur and then be populated to the JOC Cockpit and in the joc.log file.
- Example:
.h.q.s.t.s.SqmDynamicInstantiation - Argument [SqmBasicValuedSimplePath(com.sos.joc.db.xmleditor.DBItemXmlEditorConfiguration(18183283470513853).id)] for dynamic Map instantiation did not declare an 'injection alias' [null] but such aliases are needed for dynamic Map instantiations; will likely cause problems later translating sqm
- It can trigger a Notification if a SystemNotification for WARNING is configured.
Desired Behaviour
- The xmleditor web services should be updated to support the latest Hibernate version and not generate Hibernate warnings.
Test Instructions
- Switch to the CONFIGURATION-> File Transfer, Notification or Others view.
- Check joc.log for SqmDynamicInstantiation WARN messages
- Expected result: no error
Attachments
Issue Links
- is related to
-
JOC-1769 Upgrade JOC Cockpit and JITL Jobs to use Hibernate 6.5
- Released