<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Spring ActionScript 0.8.1 Released</title>
	<atom:link href="http://www.herrodius.com/blog/208/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/208</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:04:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Todd</title>
		<link>http://www.herrodius.com/blog/208/comment-page-1#comment-14110</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=208#comment-14110</guid>
		<description>Having same issue as Adnan.  Any fix on the way or workaround.  Trying to toy with using Spring ActionScript to manage a PureMVC app then slowly remove PureMVC and use Spring MVCS as it materializes.

Thanks,

- Todd</description>
		<content:encoded><![CDATA[<p>Having same issue as Adnan.  Any fix on the way or workaround.  Trying to toy with using Spring ActionScript to manage a PureMVC app then slowly remove PureMVC and use Spring MVCS as it materializes.</p>
<p>Thanks,</p>
<p>- Todd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/208/comment-page-1#comment-14094</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Thu, 17 Sep 2009 06:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=208#comment-14094</guid>
		<description>Hi Adnan, this definitely seems like a bug. Please log this in our bugtracker at http://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS and provide some details on the SDK you are using and perhaps some sample code. We&#039;ll have a look it right away then.</description>
		<content:encoded><![CDATA[<p>Hi Adnan, this definitely seems like a bug. Please log this in our bugtracker at <a href="http://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS" rel="nofollow">http://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS</a> and provide some details on the SDK you are using and perhaps some sample code. We&#8217;ll have a look it right away then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Doric</title>
		<link>http://www.herrodius.com/blog/208/comment-page-1#comment-14092</link>
		<dc:creator>Adnan Doric</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=208#comment-14092</guid>
		<description>Hello Christophe,

I have a problem using mxml implementation :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at org.springextensions.actionscript.context.support::FlexXMLApplicationContext/wireStage()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\FlexXMLApplicationContext.as:228]
	at org.springextensions.actionscript.context.support::FlexXMLApplicationContext/completeHandler()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\FlexXMLApplicationContext.as:160]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/load()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:238]
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/initializeContext()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:269]
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/initialized()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:183]
	at MovieManager/_MovieManager_MXMLApplicationContext1_i()[X:\wb_fb4\MovieManager\src\flex\MovieManager.mxml:7]
	at MovieManager()[X:\wb_fb4\MovieManager\src\flex\MovieManager.mxml:7]
	at _MovieManager_mx_managers_SystemManager/create()
	at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2769]
	at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2623]
	at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2532]
	at flash.events::EventDispatcher/dispatchEventFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.preloaders::Preloader/timerHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\preloaders\Preloader.as:530]
	at flash.utils::Timer/_timerDispatch()
	at flash.utils::Timer/tick()

Everything works fine in 0.8, maybe the wireStage() doesn&#039;t check if systemManager exists ?</description>
		<content:encoded><![CDATA[<p>Hello Christophe,</p>
<p>I have a problem using mxml implementation :<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at org.springextensions.actionscript.context.support::FlexXMLApplicationContext/wireStage()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\FlexXMLApplicationContext.as:228]<br />
	at org.springextensions.actionscript.context.support::FlexXMLApplicationContext/completeHandler()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\FlexXMLApplicationContext.as:160]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/load()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:238]<br />
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/initializeContext()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:269]<br />
	at org.springextensions.actionscript.context.support.mxml::MXMLApplicationContext/initialized()[C:\Users\martino\workspace\SpringActionscript-NEW\spring-actionscript-core\src\main\actionscript\org\springextensions\actionscript\context\support\mxml\MXMLApplicationContext.as:183]<br />
	at MovieManager/_MovieManager_MXMLApplicationContext1_i()[X:\wb_fb4\MovieManager\src\flex\MovieManager.mxml:7]<br />
	at MovieManager()[X:\wb_fb4\MovieManager\src\flex\MovieManager.mxml:7]<br />
	at _MovieManager_mx_managers_SystemManager/create()<br />
	at mx.managers::SystemManager/initializeTopLevelWindow()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2769]<br />
	at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2623]<br />
	at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\managers\SystemManager.as:2532]<br />
	at flash.events::EventDispatcher/dispatchEventFunction()<br />
	at flash.events::EventDispatcher/dispatchEvent()<br />
	at mx.preloaders::Preloader/timerHandler()[E:\dev\trunk\frameworks\projects\framework\src\mx\preloaders\Preloader.as:530]<br />
	at flash.utils::Timer/_timerDispatch()<br />
	at flash.utils::Timer/tick()</p>
<p>Everything works fine in 0.8, maybe the wireStage() doesn&#8217;t check if systemManager exists ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnoud</title>
		<link>http://www.herrodius.com/blog/208/comment-page-1#comment-14091</link>
		<dc:creator>Arnoud</dc:creator>
		<pubDate>Wed, 16 Sep 2009 10:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=208#comment-14091</guid>
		<description>Cool!

i just love this framework and it&#039;s getting better all the time!

Arnoud</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>i just love this framework and it&#8217;s getting better all the time!</p>
<p>Arnoud</p>
]]></content:encoded>
	</item>
</channel>
</rss>
