<?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 for KeithCraigo.com</title>
	<atom:link href="http://www.keithcraigo.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.keithcraigo.com</link>
	<description>An ongoing exploration in Web Development technologies</description>
	<lastBuildDate>Wed, 05 Oct 2011 18:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Authentication Example 2.0 &#8211; Flex SDK 4.1, Zend 1.10.7, RobotLegs and AS3 Signals &#8211; Flex Side by Kevin</title>
		<link>http://www.keithcraigo.com/authentication-example-2-0-flex-sdk-4-1-zend-1-10-7-robotlegs-and-as3-signals-flex-side/comment-page-1#comment-513</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 05 Oct 2011 18:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=386#comment-513</guid>
		<description>No problem :)

Your tutorial is really great and I appreciate this solution, it is very professional :)

It seems in robotlegs 1.1 the injection rules have changed, maybe this is the reason of the exception.

Many thanks in advance that you invest time for this :)

Greetings,

Kevin Haferkamp</description>
		<content:encoded><![CDATA[<p>No problem <img src='http://www.keithcraigo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Your tutorial is really great and I appreciate this solution, it is very professional <img src='http://www.keithcraigo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It seems in robotlegs 1.1 the injection rules have changed, maybe this is the reason of the exception.</p>
<p>Many thanks in advance that you invest time for this <img src='http://www.keithcraigo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greetings,</p>
<p>Kevin Haferkamp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Example 2.0 &#8211; Flex SDK 4.1, Zend 1.10.7, RobotLegs and AS3 Signals &#8211; Flex Side by Keith</title>
		<link>http://www.keithcraigo.com/authentication-example-2-0-flex-sdk-4-1-zend-1-10-7-robotlegs-and-as3-signals-flex-side/comment-page-1#comment-512</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 05 Oct 2011 14:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=386#comment-512</guid>
		<description>Hi Kevin,
Thank you

I&#039;ll look into it, I&#039;ve been a little busy lately, I haven&#039;t been able to keep up with the latest changes to the libraries. 
Thanks for letting me know.

Keith</description>
		<content:encoded><![CDATA[<p>Hi Kevin,<br />
Thank you</p>
<p>I&#8217;ll look into it, I&#8217;ve been a little busy lately, I haven&#8217;t been able to keep up with the latest changes to the libraries.<br />
Thanks for letting me know.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Example 2.0 &#8211; Flex SDK 4.1, Zend 1.10.7, RobotLegs and AS3 Signals &#8211; Flex Side by Kevin</title>
		<link>http://www.keithcraigo.com/authentication-example-2-0-flex-sdk-4-1-zend-1-10-7-robotlegs-and-as3-signals-flex-side/comment-page-1#comment-511</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 04 Oct 2011 21:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=386#comment-511</guid>
		<description>Hi!

Very good tutorial!

I have one question.

I tried to get this example working with a newer version of the robotlegs framework (1.4.0).

When I use robotlegs 1.0.3, AS3Signals 0.9-Beta and the &quot;old&quot; SignalCommandMap, everything works fine.

Now I tried to use robotlegs 1.4.0, AS3Signals 0.9-Beta and SignalCommandMap 0.4 I get an exception:

&lt;code&gt;Error: Injector is missing a rule to handle injection into target [object AuthenticateService]. Target dependency: com.keithcraigo.AccessControl.vo::AuthVO
	at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint/applyInjection()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionpoints/PropertyInjectionPoint.as:42]
	at org.swiftsuspenders::Injector/injectInto()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:120]
	at org.swiftsuspenders::Injector/instantiate()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:134]
	at org.swiftsuspenders.injectionresults::InjectSingletonResult/createResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionresults/InjectSingletonResult.as:40]
	at org.swiftsuspenders.injectionresults::InjectSingletonResult/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionresults/InjectSingletonResult.as:31]
	at org.swiftsuspenders::InjectionConfig/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/InjectionConfig.as:41]
	at org.swiftsuspenders::InjectionConfig/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/InjectionConfig.as:47]
	at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint/applyInjection()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionpoints/PropertyInjectionPoint.as:36]
	at org.swiftsuspenders::Injector/injectInto()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:120]
	at org.swiftsuspenders::Injector/instantiate()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:134]
	at org.robotlegs.base::SignalCommandMap/createCommandInstance()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:99]
	at org.robotlegs.base::SignalCommandMap/routeSignalToCommand()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:92]
	at Function/()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:35]
	at org.osflash.signals::Slot/execute()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\Slot.as:91]
	at org.osflash.signals::OnceSignal/dispatch()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\OnceSignal.as:125]
	at com.keithcraigo.AccessControl.views.mediators::LoginViewMediator/onLoginSubmitted()[D:\xampp\htdocs\kcraigo-Login-Example\src\com\keithcraigo\AccessControl\views\mediators\LoginViewMediator.as:45]
	at org.osflash.signals::Slot/execute()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\Slot.as:87]
	at org.osflash.signals::OnceSignal/dispatch()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\OnceSignal.as:125]
	at com.keithcraigo.AccessControl.views.components::LoginView/___LoginView_Button1_click()[D:\xampp\htdocs\kcraigo-Login-Example\src\com\keithcraigo\AccessControl\views\components\LoginView.mxml:38]&lt;code /&gt;

I tried different combinations of the framework versions, but none works. Everything could be build in Flash Builder 4.5, but on startup some exception occur (like &quot;OnceSignal could not be found&quot; and other weird stuff).

Do you have any idea what the exception above means?
What injection rule is missing?
It worked with older versions of the framework, and I have not changed any line of your code.

It would be cool to use the new versions of the framework instead the old ones.

Do you have any idea what I made wrong to update your example code?

A big thanks in advance!!

Greetings,

Kevin Haferkamp</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Very good tutorial!</p>
<p>I have one question.</p>
<p>I tried to get this example working with a newer version of the robotlegs framework (1.4.0).</p>
<p>When I use robotlegs 1.0.3, AS3Signals 0.9-Beta and the &#8220;old&#8221; SignalCommandMap, everything works fine.</p>
<p>Now I tried to use robotlegs 1.4.0, AS3Signals 0.9-Beta and SignalCommandMap 0.4 I get an exception:</p>
<p><code>Error: Injector is missing a rule to handle injection into target [object AuthenticateService]. Target dependency: com.keithcraigo.AccessControl.vo::AuthVO<br />
	at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint/applyInjection()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionpoints/PropertyInjectionPoint.as:42]<br />
	at org.swiftsuspenders::Injector/injectInto()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:120]<br />
	at org.swiftsuspenders::Injector/instantiate()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:134]<br />
	at org.swiftsuspenders.injectionresults::InjectSingletonResult/createResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionresults/InjectSingletonResult.as:40]<br />
	at org.swiftsuspenders.injectionresults::InjectSingletonResult/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionresults/InjectSingletonResult.as:31]<br />
	at org.swiftsuspenders::InjectionConfig/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/InjectionConfig.as:41]<br />
	at org.swiftsuspenders::InjectionConfig/getResponse()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/InjectionConfig.as:47]<br />
	at org.swiftsuspenders.injectionpoints::PropertyInjectionPoint/applyInjection()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/injectionpoints/PropertyInjectionPoint.as:36]<br />
	at org.swiftsuspenders::Injector/injectInto()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:120]<br />
	at org.swiftsuspenders::Injector/instantiate()[/Users/tschneidereit/dev/swiftsuspenders/swiftsuspenders/src/org/swiftsuspenders/Injector.as:134]<br />
	at org.robotlegs.base::SignalCommandMap/createCommandInstance()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:99]<br />
	at org.robotlegs.base::SignalCommandMap/routeSignalToCommand()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:92]<br />
	at Function/()[F:\DEV\flex\robotlegs\joelhooks-signals-extensions-CommandSignal-6241aab\src\org\robotlegs\base\SignalCommandMap.as:35]<br />
	at org.osflash.signals::Slot/execute()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\Slot.as:91]<br />
	at org.osflash.signals::OnceSignal/dispatch()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\OnceSignal.as:125]<br />
	at com.keithcraigo.AccessControl.views.mediators::LoginViewMediator/onLoginSubmitted()[D:\xampp\htdocs\kcraigo-Login-Example\src\com\keithcraigo\AccessControl\views\mediators\LoginViewMediator.as:45]<br />
	at org.osflash.signals::Slot/execute()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\Slot.as:87]<br />
	at org.osflash.signals::OnceSignal/dispatch()[C:\Users\Robert\Documents\Flash\OSFlash\signals\as3-signals\src\org\osflash\signals\OnceSignal.as:125]<br />
	at com.keithcraigo.AccessControl.views.components::LoginView/___LoginView_Button1_click()[D:\xampp\htdocs\kcraigo-Login-Example\src\com\keithcraigo\AccessControl\views\components\LoginView.mxml:38]<code /></p>
<p>I tried different combinations of the framework versions, but none works. Everything could be build in Flash Builder 4.5, but on startup some exception occur (like "OnceSignal could not be found" and other weird stuff).</p>
<p>Do you have any idea what the exception above means?<br />
What injection rule is missing?<br />
It worked with older versions of the framework, and I have not changed any line of your code.</p>
<p>It would be cool to use the new versions of the framework instead the old ones.</p>
<p>Do you have any idea what I made wrong to update your example code?</p>
<p>A big thanks in advance!!</p>
<p>Greetings,</p>
<p>Kevin Haferkamp</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 9, AS3Signals, RobotLegs, and Flexible Chimp &#8211; Initial Setup by Jaylynn</title>
		<link>http://www.keithcraigo.com/coldfusion-9-as3signals-robotlegs-and-flexible-chimp-initial-setup/comment-page-1#comment-510</link>
		<dc:creator>Jaylynn</dc:creator>
		<pubDate>Sat, 30 Apr 2011 12:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=789#comment-510</guid>
		<description>Superior thikning demonstrated above. Thanks!</description>
		<content:encoded><![CDATA[<p>Superior thikning demonstrated above. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insert an Image into your PDF header with AlivePDF, well sort of. by Keith</title>
		<link>http://www.keithcraigo.com/insert-an-image-into-your-pdf-header-with-alivepdf-well-sort-of/comment-page-1#comment-509</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 13 Jan 2011 19:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=544#comment-509</guid>
		<description>I&#039;m glad you found this useful.

Keith</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found this useful.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insert an Image into your PDF header with AlivePDF, well sort of. by Thaylor Mosquera castro</title>
		<link>http://www.keithcraigo.com/insert-an-image-into-your-pdf-header-with-alivepdf-well-sort-of/comment-page-1#comment-508</link>
		<dc:creator>Thaylor Mosquera castro</dc:creator>
		<pubDate>Wed, 12 Jan 2011 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=544#comment-508</guid>
		<description>Eres un duro muchos andabamos buscando esto yo tenia una idea parecida pero no sabia como darme cuenta en que evento ponerlo Muchas gracias todo salio de maravillas, tengo arto tiempo en flex cualquier cosa que necesites hay esta mi correo</description>
		<content:encoded><![CDATA[<p>Eres un duro muchos andabamos buscando esto yo tenia una idea parecida pero no sabia como darme cuenta en que evento ponerlo Muchas gracias todo salio de maravillas, tengo arto tiempo en flex cualquier cosa que necesites hay esta mi correo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Example 2.0 &#8211; Flex SDK 4.1, Zend 1.10.7, RobotLegs and AS3 Signals &#8211; Server Side by sine</title>
		<link>http://www.keithcraigo.com/authentication-example-2-0-flex-sdk-4-1-zend-1-10-7-robotlegs-and-as3-signals-server-side/comment-page-1#comment-502</link>
		<dc:creator>sine</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=450#comment-502</guid>
		<description>Aha - I have to download it to get the code... penny drops - bruising forehead...</description>
		<content:encoded><![CDATA[<p>Aha &#8211; I have to download it to get the code&#8230; penny drops &#8211; bruising forehead&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Authentication Example 2.0 &#8211; Flex SDK 4.1, Zend 1.10.7, RobotLegs and AS3 Signals &#8211; Server Side by sine</title>
		<link>http://www.keithcraigo.com/authentication-example-2-0-flex-sdk-4-1-zend-1-10-7-robotlegs-and-as3-signals-server-side/comment-page-1#comment-501</link>
		<dc:creator>sine</dc:creator>
		<pubDate>Wed, 18 Aug 2010 20:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=450#comment-501</guid>
		<description>Re: Your instruction at Set up Services:
Copy the LoginManager.php file from my AccessControlExampleSessions Demo into this directory.

When I navigate to tat demo, and view source, source for LoginManager.php reads as:
Warning: require_once(LoginVO.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/27/d255386935/htdocs/demos/AccessControlExampleSessions/srcview/source/phplib/LoginManager.php.txt on line 2

Fatal error: require_once() [function.require]: Failed opening required &#039;LoginVO.php&#039; (include_path=&#039;.:/usr/lib/php5&#039;) in /homepages/27/d255386935/htdocs/demos/AccessControlExampleSessions/srcview/source/phplib/LoginManager.php.txt on line 2

What do I do? Where can I find the file?

Thanks... I hope...</description>
		<content:encoded><![CDATA[<p>Re: Your instruction at Set up Services:<br />
Copy the LoginManager.php file from my AccessControlExampleSessions Demo into this directory.</p>
<p>When I navigate to tat demo, and view source, source for LoginManager.php reads as:<br />
Warning: require_once(LoginVO.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/27/d255386935/htdocs/demos/AccessControlExampleSessions/srcview/source/phplib/LoginManager.php.txt on line 2</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;LoginVO.php&#8217; (include_path=&#8217;.:/usr/lib/php5&#8242;) in /homepages/27/d255386935/htdocs/demos/AccessControlExampleSessions/srcview/source/phplib/LoginManager.php.txt on line 2</p>
<p>What do I do? Where can I find the file?</p>
<p>Thanks&#8230; I hope&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a better Login with Adobe Flex, Zend_Amf, Zend_Auth, and Zend_Acl &#8211; On The Flex Side by Keith</title>
		<link>http://www.keithcraigo.com/build-a-better-login-with-flex-zend_amf-zend_auth-and-zend_acl-on-the-flex-side/comment-page-1#comment-499</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=66#comment-499</guid>
		<description>Hi Teneb,
Sorry about that but good catch, the problem was, phpMyAdmin exports the column names enclosed in quotes and the INSERTS were not complete INSERTS my fault on that for not selecting the right option. The SQL is now updated in the tutorial.

Thanks for catching this.

Keith</description>
		<content:encoded><![CDATA[<p>Hi Teneb,<br />
Sorry about that but good catch, the problem was, phpMyAdmin exports the column names enclosed in quotes and the INSERTS were not complete INSERTS my fault on that for not selecting the right option. The SQL is now updated in the tutorial.</p>
<p>Thanks for catching this.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build a better Login with Adobe Flex, Zend_Amf, Zend_Auth, and Zend_Acl &#8211; On The PHP Side by Keith</title>
		<link>http://www.keithcraigo.com/build-a-better-login-with-flex-zend_amf-zend_auth-and-zend_acl-on-the-php-side/comment-page-1#comment-497</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Tue, 10 Aug 2010 15:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithcraigo.com/?p=181#comment-497</guid>
		<description>Hi Ben,
Thanks and yes I do intend on updating soon, just trying to get some other commitments out the way first. 

Keith</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
Thanks and yes I do intend on updating soon, just trying to get some other commitments out the way first. </p>
<p>Keith</p>
]]></content:encoded>
	</item>
</channel>
</rss>

