Maven built swf(flex project) throwing errors at application start -
i'm getting following error @ start of application:
referenceerror: error #1065: variable mx.messaging.config::configmap not defined.
at _abc_flexinit$/init()
@ mx.managers::systemmanager/http://www.adobe.com/2006/flex/mx/internal::kickoff() @ mx.managers::systemmanager/http://www.adobe.com/2006/flex/mx/internal::preloader_completehandler() @ flash.events::eventdispatcher/dispatcheventfunction() @ flash.events::eventdispatcher/dispatchevent() @ mx.preloaders::preloader/timerhandler() @ flash.utils::timer/_timerdispatch() @ flash.utils::timer/tick()
i have gone through lot of posts on various forums. of them error occurs in cases like:
not declaring classes 'public' trying refer isn't there syntax error
when run application, runs fine. when try run swf generated maven install on application, when error occurs. can safely above mentioned cases not reason error. why maven built swf throwing error. appreciated.
thanks.
you not providing class instance @ runtime. guess maven configuration assumes class (which think in rpc.swc under flex_home/frameworks/lib/ directory) loaded rsl - cannot found. need double check maven configuration , find out how including elements of framework , including necessary rsl's application when deploy.
Comments
Post a Comment