This works great for any objects that you would use as the source of your RemoteObject call. However once you are using mappings the path for the VO's you return can not be translated correctly. So they never get translated to the correct AS object counterpart. We have found that as soon as you drop those cfc in a folder in the webroot everything works fine.
I am not sure if this is a bug, or if there is something I am missing about the setup. I have a feeling that the mapping adds something to the path internally so the path doesnt match our alias anymore.
Anywah, just my thoughts on it. Good Luck.
simeon
On 9/28/06, lostinrecursion <[EMAIL PROTECTED]> wrote:
The code actually works as expected as long as I am calling from the
webroot (ex. myApp.cfc.SomeComponent) -However, I have posted it
below for your review.
<mx:RemoteObject id="myService"
destination="ColdFusion"
result="event.token.resultHandler(event)"
fault="event.token.faultHandler(event)"
source="{myMapping.myService'}"
showBusyCursor="true" />
As far as the two XML files are concerned, I do not have the file
flex-enterprise-services.xml on my local machine. The only file I have
is services-config.xml
Keep in mind that on my machine locally, I am running the developer
edition of CF7.
Thanks you all for helping me to try and figure this out.
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Software development tool Software development Software development services Home design software Software development company
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___
- Re: [flexcoders] Re: Mapping Fails, CFCs Simeon Bateman
- [flexcoders] Re: Mapping Fails, CFCs lostinrecursion
- Re: [flexcoders] Re: Mapping Fails, CFCs Douglas Knudsen
- [flexcoders] Re: Mapping Fails, CFCs lostinrecursion
- Re: [flexcoders] Re: Mapping Fails, CFCs EECOLOR
- [flexcoders] Re: Mapping Fails, CFCs lostinrecursion
Reply via email to

