Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
Jakarta Release, Kohn Release
-
None
Description
Delete /api/v1/dictionary/dd-name
returns
{ "code": 500, "status": "GENERIC_FAILURE", "timestamp": "2022-10-28T21:10:56.677Z", "message": "No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call; nested exception is javax.persistence.TransactionRequiredException: No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call", "debugMessage": "", "logLevel": "ERROR", "subErrors": [] }
Missing @Transactional annotation. Probably never worked