<?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: Flex2 and SabreAMF article on Adobe Dev Center</title> <atom:link href="http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Daniel Summers</title><link>http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/#comment-148704</link> <dc:creator>Daniel Summers</dc:creator> <pubDate>Mon, 10 Sep 2007 18:51:35 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-148704</guid> <description><![CDATA[Also having the same problem as Renaun - was there a solution / common culprit?]]></description> <content:encoded><![CDATA[<p>Also having the same problem as Renaun &#8211; was there a solution / common culprit?</p> ]]></content:encoded> </item> <item><title>By: Renaun Erickson</title><link>http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/#comment-10759</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Mon, 20 Nov 2006 22:15:03 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-10759</guid> <description><![CDATA[These examples where tested on Windows and Linux using Apache and PHP.  There is something in your web server configuration that is not allowing it to find the correct path.The RPC fault would have to do something with the SabreAMF setup and proper configuration of the services folder under the folder in the webroot.source=&quot;com.renaun.samples.services.UserService&quot; is a valid path that SabreAMF knows how to translate to the proper location of the UserService.php file.Send me an email off line at renaun at renaun dot com with more details about your sabreamf and PHP installation and where the PHP files from the sample are located.]]></description> <content:encoded><![CDATA[<p>These examples where tested on Windows and Linux using Apache and PHP.  There is something in your web server configuration that is not allowing it to find the correct path.</p><p>The RPC fault would have to do something with the SabreAMF setup and proper configuration of the services folder under the folder in the webroot.</p><p>source=&#8221;com.renaun.samples.services.UserService&#8221; is a valid path that SabreAMF knows how to translate to the proper location of the UserService.php file.</p><p>Send me an email off line at renaun at renaun dot com with more details about your sabreamf and PHP installation and where the PHP files from the sample are located.</p> ]]></content:encoded> </item> <item><title>By: MichaÅ‚ MaÅ‚aj</title><link>http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/#comment-10757</link> <dc:creator>MichaÅ‚ MaÅ‚aj</dc:creator> <pubDate>Mon, 20 Nov 2006 21:50:39 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-10757</guid> <description><![CDATA[I tried your code on this article on Windows.I noticed that code in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\sabreamf\services\com\renaun\samples\services\UserService.phphas wrong include&lt;code&gt; include_once( &quot;com/renaun/samples/vo/UserVO.php&quot; ); &lt;/code&gt;I change it &lt;code&gt; include_once( &quot;C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\sabreamf\\services\\com\\renaun\\samples\\vo\\UserVO.php&quot; ); &lt;/code&gt; When I compile your file  simple_sabreamf.mxml then I have compiled files with information about faultRPC Fault: Could not locate class com.renaun.samples.services. UserServiceWhot I do in this situation? Probably an error is insource=&quot;com.renaun.samples.services.UserService&quot;because PHP on Windows don`t understand this path I`m afraid of code in file DataServicesServer.php is valid for Linux not WindowsWho help me fix it?]]></description> <content:encoded><![CDATA[<p>I tried your code on this article on Windows.</p><p>I noticed that code in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\sabreamf\services\com\renaun\samples\services\UserService.php</p><p>has wrong include</p><p><code><br /> include_once( "com/renaun/samples/vo/UserVO.php" );<br /> </code></p><p>I change it<br /> <code><br /> include_once( "C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\sabreamf\\services\\com\\renaun\\samples\\vo\\UserVO.php" );<br /> </code><br /> When I compile your file  simple_sabreamf.mxml<br /> then I have compiled files with information about fault</p><p>RPC Fault: Could not locate class com.renaun.samples.services. UserService</p><p>Whot I do in this situation?<br /> Probably an error is in</p><p>source=&#8221;com.renaun.samples.services.UserService&#8221;</p><p>because PHP on Windows don`t understand this path<br /> I`m afraid of code in file DataServicesServer.php is valid for Linux not Windows</p><p>Who help me fix it?</p> ]]></content:encoded> </item> <item><title>By: luchyx</title><link>http://renaun.com/blog/2006/11/flex2-and-sabreamf-article-on-adobe-dev-center/#comment-9632</link> <dc:creator>luchyx</dc:creator> <pubDate>Tue, 07 Nov 2006 21:24:17 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-9632</guid> <description><![CDATA[Excellent renaun.! Nice to see you on Adobe. ;) Good article to getting started with sabreAMF.Best]]></description> <content:encoded><![CDATA[<p>Excellent renaun.!<br /> Nice to see you on Adobe. ;)<br /> Good article to getting started with sabreAMF.</p><p>Best</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/7 queries in 0.006 seconds using disk: basic
Object Caching 354/380 objects using disk: basic

 Served from: renaun.com @ 2026-06-12 00:35:22 by W3 Total Cache -->