hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

Make the illegal pop message more user friendly

Open DavideD opened this issue 2 years ago • 17 comments

Users can sometime see this error:

org.hibernate.HibernateException: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Illegal pop() with non-matching JdbcValuesSourceProcessingState

Usually, when they are sharing the session in different streams. We could add some info to the error message.

DavideD avatar Apr 21 '23 09:04 DavideD