is ReactiveTransactional annotioation handling sessions and connection pools automaticly ? #27665
Unanswered
lamproskrchs
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello to everyone,
I'm new to quarkus and im very excited about it .
I'm currently working on a training project for better understanding of this framework. This is usually a StackOverFLow question but using @ReactiveTransactional on a scheduler for updating my database every 10 seconds it throws an error -> "Session is closed" and when stoping the application a Pool closed error shows up too. So is this annotation handling sessions and pools by its own ? Im more than happy to post the github url to see the whole project .
The Error :
java.lang.IllegalStateException: HR000060: Session is closed
Sorry if my question may sound a bit weird or out of context , im still new to this "programmer" world and don't really know where to ask or discuss about this kind of problems.
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions