Re: No transaction with AOP using spring-flex

2017-08-02 Thread Jaabax
The problem was in the point-cut defined in the Spring context. I changed from: execution(* my.services.pkg.*.*(..))*" /> To: bean(*ServiceImpl)*" /> Anyone got it working using "execution" instead of "bean"? Thank you. -- View this message in context: http://apache-flex-users.246.n4.n

Re: Opensource Flashplayer Petition

2017-08-02 Thread Vincent Sotto
yes but it goes to saying why would they end support if they are still updating air which has the same core as fp On Wed, Aug 2, 2017 at 5:18 PM, Evyatar Ben Halevi-Arbib < evyata...@gmail.com> wrote: > I understand this heart-wish, but in my opinion there is some "Flash Player > Core" inside Ado

Re: Publish IOs App

2017-08-02 Thread Jairo
Thank you Josh. The error message gave some hints about the problem but i haven´t found detailed orientation (on icon file names or locations, for example). The links you send solved the problem. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Publish-IOs-App-

Re: Publish IOs App

2017-08-02 Thread Josh Tynjala
You need to add the correct launch image for iPhone 5 to enable the widescreen resolution. I believe it should be named either default-5...@2x.png or Default-568h@2x~iphone.png. More about iOS launch images and AIR: http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d129907d2886-8000.h

Re: Opensource Flashplayer Petition

2017-08-02 Thread Josh Tynjala
I made a quick pull request to improve some of the descriptions (and it was merged). I'm sure things could be refined a little more, but I made it clear that FlexJS is an Apache project and that NextGenAS is a separate website. - Josh On Wed, Aug 2, 2017 at 3:20 AM, piotrz wrote: > Hi Reisan, >

Publish IOs App

2017-08-02 Thread Jairo
I develop an app and publish on Google Play. Now I´m trying to publish it on IOs but "Application Loader" is giving me the following message: ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps." Someone sees something like this? -- View this message in context:

Re: Opensource Flashplayer Petition

2017-08-02 Thread piotrz
Hi Reisan, I see that some information on this page seems to be incorrect. "FLEX - the main display list / layout engine made by Adobe configured with MXML, was open sourced by Adobe. Now it is being developed by the guys at NextGen ActionScript" - Flex is part of Apache Software Foundation and i

Re: Opensource Flashplayer Petition

2017-08-02 Thread Evyatar Ben Halevi-Arbib
I understand this heart-wish, but in my opinion there is some "Flash Player Core" inside Adobe AIR, which is still a popular platform, so I don't believe Adobe would release it. (I never worked for Adobe and these are my only thoughts and intuition) Regards, Evyatar On Wed, Aug 2, 2017 at 7:27