[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Ryan Pieszak
Hey Dirk, Thanks for the reply. I think I've gotten past this point, I can get the swf to compile and load in the browser. My problem is that it can't connect to the CFC. It tells me 'Unknown destination', that it cannot find the cfc. I don't know if I have to predefine it in the

Re: [flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Simeon Bateman
You probably need to uncomment the specific information in your flex-enterprise-services.xml file. But just so you dont have to wonder what that is, I am including the contents of mine below. Just make sure that the endpoint for the my-cfamf channel uses the correct port. simeon?xml version=1.0

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread angelosalsa
Did you try doing this: in the Additional Compiler Arguments: --services=C:\CFusionMX7\wwwroot\WEB-INF\flex\flex-enterprise- services.xml Also make sure that this file has: services service id=coldfusionsamples-service class=flex.messaging.services.RemotingService

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Alexander Tsoukias
My experience was frustrating in the beginning as well. I used the wizards straight from a database table and I had 2 days of nightmares trying to make it all work. It turned out that everything works perfectly. Though the automatically generated CFCs (some of them - especially in the DAO

Re: [flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Muzak
(event) fault=someMethodFault(event) /RemoteObject hope this helps, Muzak - Original Message - From: Simeon Bateman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 07, 2006 11:05 PM Subject: Re: [flexcoders] Re: RemoteObject (Beta2) - cannot find CFC You probably