I'm using the SimpleAsyncTaskExecutor in my spring batch application and all works fine on windows.
When deploying the same code on a Linux server the jobLauncher for some reason starts up threads that for some reason keep blocked so the jobs that I want to run don't run at all.
Does anybody have any clue why this could be?
Thanks in advance and I hope to hear from you soon.


.
Reply With Quote