Re: [flexcoders] remote object mapping frustration

2006-07-28 Thread Mike Nimer
ly 27, 2006 10:12:18 AMSubject: [flexcoders] remote object mapping frustration Ok, I got this CFC modeling a composite object. Lets say its com.myco.project. user. user has three members: userid a string, address a com.myco.project. adress, and say cars a array of com.myco.project. car . The

Re: [flexcoders] remote object mapping frustration

2006-07-28 Thread Douglas Knudsen
the [RemoteClass(Alias=)) property and the alias= attribute of your CFC, make sure they match EXACTLY. hth, ---nimer - Original Message From: Douglas Knudsen [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Thursday, July 27, 2006 10:12:18 AMSubject: [flexcoders] remote object mapping

[flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
Ok, I got this CFC modeling a composite object. Lets say its com.myco.project.user. user has three members: userid a string, address a com.myco.project.adress, and say cars a array of com.myco.project.car . The CFCs work fine in that DAOs do their magik. On the Flex side I have

RE: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Shannon Hicks
, July 27, 2006 9:12 AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration Ok, I got this CFC modeling a composite object. Lets say its com.myco.project.user. user has three members: userid a string, address a com.myco.project.adress, and say

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
] remote object mapping frustration Ok, I got this CFC modeling a composite object. Lets say its com.myco.project.user. user has three members: userid a string, address a com.myco.project.adress, and say cars a array of com.myco.project.car . The CFCs work fine in that DAOs do their magik

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Dave Carabetta
On 7/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote: thanks, yeah, I checked that like 500 times now, all looks fine and dandy. errr, so frustrating. All my other cfcs are mapping fine. DKProbably a dumb question, but have you refreshed both the server template cache and the browser cache to

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
yup, tried all that. I've bounced the machine, the services, even tried bouncing like a monkey all to no avail. freaking pain to debug such a beast.DKOn 7/27/06, Dave Carabetta [EMAIL PROTECTED] wrote: On 7/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote: thanks, yeah, I checked that

Re: [Junk E-Mail - MED] [flexcoders] remote object mapping frustration

2006-07-27 Thread Douglas Knudsen
bloody hell! Don't ever trust a wizard, eh? Seems the CFC to AS wizard leavs out the dynamic keyword in the class definition, like why else would I want to create a AS obj from a CFC? Anyhoo, this appears to have addressed it for now. DKOn 7/27/06, Douglas Knudsen [EMAIL PROTECTED] wrote: yup,