This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Hibernate Transactional Exceptions Being Eaten #548
Unanswered
TreyBastian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm at a bit of a loss for how to solve this.
Given This Service Class
Everything works as expected as soon as we add
@Transactional
to the method it seems that n.g.e.SimpleDataFetcherExceptionHandler takes over before the catch block ever occurs.Anyway to avoid this behavior?
Beta Was this translation helpful? Give feedback.
All reactions