I have a web application (jee7, war, running on Wildfly 10).
The application depends on a jar file containing jpa entities and services used among different projects.
I have added the Deltaspike Scheduler Module according to the documentation to the jar project's pom file, but with @Scheduled
annotated Jobs/Runnables don't execute at the desired rate/time, they dont get executed at all.
When I create the same annotated classes in the war/main project, everything works fine.
So is there a way to tell Deltaspike to also take the annotated classes in the jar file into account?