Replies: 1 comment 3 replies
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi,
I'm having some trouble using Spring Repository when I'm using a thread pool.
I am getting;
java.lang.RuntimeException: Error injecting io.quarkus.arc.runtime.devconsole.InvocationsMonitor io.quarkus.arc.runtime.devconsole.InvocationInterceptor.invocationMonitor
The exception happens in this code
The repository is injected this way:
The pool is created in this way:
which eventually leads to the exception above.
I do not get what I am doing wrong. Can anybody help
Beta Was this translation helpful? Give feedback.
All reactions