-
Hi! I'm trying to write a test class annotated with "QuarkusTest", but when running it I get the following error:
I've created a very small and basic separate Quarkus application and added Quartz there as well, and I don't get this error there. One difference that a colleague suspected could be involved is that the larger application is split up into different modules. Any thoughts would be much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
/cc @mkouba (scheduler) |
Beta Was this translation helpful? Give feedback.
-
It's very likely a problem caused by migration to Quarkus 3. We've seen a similar WARNING in #32566. The real cause is hidden somewhere in the log; probably some I tried to explain the reason why the warning is shown in this comment. In any case, the warning should not be displayed in Quarkus 3.0.1. |
Beta Was this translation helpful? Give feedback.
Ok, I think I found it. I've solved a long string of errors with the help of various actions and modifications, so not entirely sure about all ramifications of actions on the different errors... But I suspect that me forgetting to add a bunch of config properties to the "test" profile that I used in the "local" profile caused some problems initializing stuff...