DanielRHolland / AADGroupProject

0 stars 0 forks source link

Delete product doesn't seem to work #87

Closed DanielRHolland closed 4 years ago

DanielRHolland commented 4 years ago

wxcr1 definitely exists beforehand: GET http://159.65.81.247:8080/product/g/wxcr1 returns the correct value.

DELETE http://159.65.81.247:8080/product/d/wxcr1

returns:

{
    "timestamp": "2020-02-10T15:33:39.624+0000",
    "status": 500,
    "error": "Internal Server Error",
    "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",
    "path": "/product/d/wxcr1"
}