<?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/06/145/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/11/06/145/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Wed, 07 Jan 2009 06:39:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Summers</title>
		<link>http://renaun.com/blog/2006/11/06/145/comment-page-1/#comment-148704</link>
		<dc:creator>Daniel Summers</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-148704</guid>
		<description>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 - was there a solution / common culprit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/11/06/145/comment-page-1/#comment-10759</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-10759</guid>
		<description>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="com.renaun.samples.services.UserService" 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/06/145/comment-page-1/#comment-10757</link>
		<dc:creator>Michał Małaj</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-10757</guid>
		<description>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.php 

has wrong include 

&lt;code&gt;
include_once( "com/renaun/samples/vo/UserVO.php" );
&lt;/code&gt;

I change it 
&lt;code&gt;
include_once( "C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\sabreamf\\services\\com\\renaun\\samples\\vo\\UserVO.php" );
&lt;/code&gt;
When I compile your file  simple_sabreamf.mxml
then I have compiled files with information about fault

RPC Fault: Could not locate class com.renaun.samples.services. UserService

Whot I do in this situation?  
Probably an error is in 

source="com.renaun.samples.services.UserService"

because PHP on Windows don`t understand this path
I`m afraid of code in file DataServicesServer.php is valid for Linux not Windows

Who 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/06/145/comment-page-1/#comment-9632</link>
		<dc:creator>luchyx</dc:creator>
		<pubDate>Fri, 30 Nov 2001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/11/06/145/#comment-9632</guid>
		<description>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>
