Hi Christophe,
I attached the result of both Maven configurations (0.8.1 and 1.0) to the JIRA ticket.
Thanks for checking.
Peter
Type: Posts; User: peja; Keyword(s):
Hi Christophe,
I attached the result of both Maven configurations (0.8.1 and 1.0) to the JIRA ticket.
Thanks for checking.
Peter
Hi Roland,
I double checked after updating all as3commons libraries to the latest versions, but everything builds fine with 0.8.1. The problem is definitely Spring AS 1.0. with it's Maven...
Hi Roland,
the described problem magically disappeared with the final 1.0 release :)
But: when I build my project (with submodules) with FlexMojos 3.7.1 I get an error (again with 1.0 versus...
Hi Roland,
we are using a lot of lists of complex item renderers with subitems etc., which might be our performance problem. Maybe I am imagining things, but I think the app feels snappier without...
Hi Roland,
I am aware of the problem with context loading by the creationComplete handler, so I was using applicationComplete from the beginning.
As for autowiring I kicked it out completely...
I am having migration problems moving from 0.8.1 to 1.0RC1 - using Flex 4.0.0.14159.
1.) Spring has a nasty dependency to the Flex Framework when using Flex Mojos 3.6.1 to build, see this link
...
My POM is a multi module project which probably would not help you much. I would try the latest official Flex release 4.0.0.14159 first, not the nightly builds.
Regards,
Peter
Thanks for posting the solution, I had the same problem. Using Spring 1.0RC1 and Flex Mojos 3.6, I only have to exclude the Flex framework to get it to compile:
<dependency>
...
Thanks Roland, I'll take a look.
Regards,
Peter
That's what I figured - thanks.
Peter
I tried to update to 0.8.1 - what is the equivalent to:
_applicationContext.stageWireObjectSelector = null;
_applicationContext.stageObjectDefinitionResolver = null;
if I do not need...
Thanks for the hints. I tried using addEmbeddedConfig() as suggested but with the PureMVC extensions it does not work:
<mx:WindowedApplication applicationComplete="init()">
...
I am trying to package my AIR application but the applicationContext.xml and applicationContext.properties are obviously not found at runtime. For a test I copied them manually next to the main SWF...
Hi Christophe,
got it to work, thanks!
Peter
Hi Christophe,
- so can I just create an SWC from spring-actionscript-puremvc and add it to my project?
- is the migration from Prana to Spring-Actionscript just a refactoring of the imports in...
Christophe,
since my (Flex/PureMVC/Prana 0.6) project goes into production soon, I would like to switch to the new package 0.6.1 as soon as possible. The prebuilt SWC does not include the PureMVC...
I tried to move my my configuration data into a property file assuming that they follow the usual Java syntax until I found out that comments (lines starting with #) do not work at all. It would be...
Hi Christophe,
could you provide an SWC with the Cairngorm and PureMVC extensions as well?
Thanks,
Peter