1. Spring ApplicationListener is not receiving events stackoverflow.comI have the following ApplicationListener:
|
2. sharing spring context and ApplicationListener forum.springsource.orgI'm sharing spring context using locatorFactorySelector and parentContextKey Is it possible for me to publish events in parent using applicationContext.publishEvent() regularly and listen for it in the child by implementing ApplicationListener? ... |