-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with queries from parallel thread. (DeferredResult) #66
Comments
This is probably not caused by this extension. |
@thorstenhilker, faced the same issue. Did you find any solution? |
Facing the same issues, do you have any clues or workarounds for this? |
I have the exact same issue in an almost identical situation. I tried to remove Spring Data JPA EntityGraph and use JPA's Entity Graph only, and it worked. I believe this issue is caused by this extension. Versions I use : |
If you want me to fix this, somebody will have to provide a test case via a pull request targeting this repository. |
What steps will reproduce the problem?
Steps to reproduce the behavior:
What is the expected output?
It should be possible to execute a query from a parallel thread without an exception.
What happens instead?
An exception is thrown.
Environment:
Link to an automated test demonstrating the problem:
Should be easy to run a Controller with a deferred result.
Additional context
Here is may Stacktrace:
src.zip
The text was updated successfully, but these errors were encountered: