Problemunvalidated
"No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call" — when trying to delete using the user email. Tension: When using the @Transactional it works, I've read that JPA uses @Transactional by default. Outcome: My question is, does JPA uses @Transactional by default and I'm doing something wrong or I really should explicitly use it on delete and update?
0db2fae6-1b66-47b0-a040-0d4b7c255a0c
"No EntityManager with actual transaction available for current thread - cannot reliably process 'remove' call" — when trying to delete using the user email. Tension: When using the @Transactional it works, I've read that JPA uses @Transactional by default. Outcome: My question is, does JPA uses @Transactional by default and I'm doing something wrong or I really should explicitly use it on delete and update?