Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle all exceptions for stored proc out param retrieval in SharedEn…
…tityManagerCreator Prior to this commit, the EntityManager was not closed in SharedEntityManagerCreator.DeferredQueryInvocationHandler's invoke(Object, Method, Object[]) method if an invocation of getOutputParameterValue(*) threw an exception other than IllegalArgumentException, which could lead to a connection leak. This commit addresses this by catching RuntimeException instead of IllegalArgumentException. Closes gh-30161
- Loading branch information