2

I getting following exception. Is there anyway I get which bean not resolved or customized way handle the spring bean in sequence? org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'ThreadPoolTaskExecutor' of type [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

Vivek Acharya
  • 33
  • 1
  • 1
  • 9
  • What are you trying to do? – raiyan Jun 02 '18 at 12:29
  • 1
    It isn't an exception it is a warning/information meesage. It already tells you which bean right there in the exception message. Generally you can ignore those messages. – M. Deinum Jun 02 '18 at 14:34
  • Have you considered debugging it like [suggested here](https://stackoverflow.com/a/19688634/1827854)? – mapto May 17 '19 at 14:36
  • Does this answer your question? [Class not eligible for getting processed by all BeanPostProcessors](https://stackoverflow.com/questions/12358783/class-not-eligible-for-getting-processed-by-all-beanpostprocessors) – Pino Nov 24 '21 at 09:07

0 Answers0