Hi, i'm trying EventHandler metadata too but it seems doesn't affect.
I follow the EventHandlerMetaDataPostProcessor docs but i think the problem is that the process() method is not executed.
In the app-context.xml i put this
PHP Code:
<object id="eventHandlerMetaDataPostProcessor" class="org.springextensions.actionscript.ioc.factory.config.EventHandlerMetaDataPostProcessor">
</object>
in the log i can read
- Singleton instantiated: 'eventHandlerMetaDataPostProcessor'
I miss something?
Thanks in advance