Hi Christophe,
thanks for your reply. Unfortunately I checked both, but the metadata approach still doesn't do the trick.
To exclude misunderstandings, I have this part in the application-context.xml, which is succesfully loaded at app-startup
Code:
<object id="eventhandlerProcessor"
class="org.springextensions.actionscript.ioc.factory.config.EventHandlerMetaDataPostProcessor"/>
My complete compiler-arguments look like this
Code:
-services "C:\workspaces\[...]\war\WEB-INF\flex\services-config.xml"
-locale=de_DE,en_US,es_ES -source-path=locale/{locale}
-allow-source-path-overlap=true
-keep-as3-metadata+=EventHandler
Additionally I have declared the following inside the main mxml.
Code:
private var _compiledClasses:Array = [
DefaultAutowiringStageProcessor,
EventHandlerMetaDataPostProcessor,
ApplicationController
(...)
];
Any Ideas, what I am doing wrong?
Many Thanks,
Robson