There I was, thinking all was well... Application builds in FB, runs locally. Application builds completely in Maven (thank you Chris).
Application gets deployed to server after being packaged (just like we did before when on SDK4.1) and when I run the application I get this error: VerifyError: Error #1014: Class mx.core::UIComponent could not be found. Followed by a bunch of other errors in the same genre. We deploy on a weblogic. I checked our EAR file and in the war that contains our app, there is a rsls-subfolder that contains all apache-framework related stuff so in that regard, the file we upload looks pretty identical to the one we uploaded when still on SDK4.1 and FlexMojo3.8. So I'm getting a feeling something is going wrong during compilation by maven. Any ideas where I should start look first? Kr, Filip
