Your guess is right (thanks for pointing me the cause of the problem) - while performing scanning, tomcat is saving detailed class information into its internal cache. In later processing it only...
Type: Posts; User: cigaly; Keyword(s):
Your guess is right (thanks for pointing me the cause of the problem) - while performing scanning, tomcat is saving detailed class information into its internal cache. In later processing it only...
Yes. It helps, but it is still strange to me that there is no difference between "no one is listening" and "error while dispatching". Anyway, I' keep that in mind :-)
Regards, C.I.
If dispatch method from org.springframework.integration.dispatcher.BroadcastingDispatcher when no handlers are defined, it will return false, indicating that message dispatching has failed.
Such...