Re: [flexcoders] Re: Error: Service was not found in the Cairngorm Services registry.

2008-08-07 Thread Tom Chiverton
On Wednesday 06 Aug 2008, sk_acura wrote: I did lot of testing and Still cannot figure out why the ServiceLocator is unable to get the RemoteObjects.. ... And my remoting-config.xml is as listed below: Cairngorm Services registry doesn't mean that does it, but the ServiceLocator, maybe ?

[flexcoders] Re: Error: Service was not found in the Cairngorm Services registry.

2008-08-07 Thread sk_acura
Hi All, I am able to resolve the Issue by using the ServiceLocator from Cairngorm rather than the one from UM Extensions. Accordingly i needed to change the Services.mxml File.. Regards Mars --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 06 Aug

[flexcoders] Re: Error: Service was not found in the Cairngorm Services registry.

2008-08-06 Thread sk_acura
Hi All, I did lot of testing and Still cannot figure out why the ServiceLocator is unable to get the RemoteObjects.. When i try to create a new Object using new RemoteObject(SERVICE_NAME) it works. How ever the same code returns null from my Delegate ! My Services.mxml looks like