Hello flexcoders,

I'm sort of stuck at the moment; I think, I'm missing something here...
In my Services.mxml I configure a RemoteObject with the id 'testService':

<cairngorm:ServiceLocator xmlns:mx="http://www.adobe.com/2006/mxml";
xmlns:cairngorm="com.adobe.cairngorm.business.*" >
   <mx:RemoteObject id="testService" destination="ColdFusion"
   source="some.path.to.cfc.StuffManagement" showBusyCursor="true" />
</cairngorm:ServiceLocator>


I implemented a BusinessDelegate for testing, that should make use of
the above:

   ServiceLocator.getInstance().getRemoteObject("testService");


However, for some reason I don't see, this throws a reference error
(property not found):

ReferenceError: Error #1069: Eigenschaft testService für
com.adobe.cairngorm.business.ServiceLocator nicht gefunden und es ist
kein Standardwert vorhanden. at
com.adobe.cairngorm.business::ServiceLocator/::getServiceForId() at
com.adobe.cairngorm.business::ServiceLocator/getRemoteObject() at
customer.business::TestDelegate$iinit() at
customer.commands::ApplicationStartupCommand/execute() at
com.adobe.cairngorm.control::FrontController/com.adobe.cairngorm.control:FrontController::executeCommand()
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent() at
com.adobe.cairngorm.control::CairngormEventDispatcher/dispatchEvent() at
customer.control::CustomerManagementController$iinit() at
akibaseInternal_customerManagement$iinit() at
mx.managers::SystemManager/create() at
mx.managers::SystemManager/::initializeTopLevelWindow() at
mx.managers::SystemManager/::frameEndHandler()


Any help please...?
Cheers, Thomas


------------------------------------

  Thomas Rühl
  Design, Programming & Concepts

  akitogo OHG
  Hanauer Landstrasse 188
  60314 Frankfurt

  Telefon +49 (0) 69 800 69 445
  Fax     +49 (0) 69 800 69 449
  Mobil   +49 (0) 179 750 75 87
  E-Mail  [EMAIL PROTECTED]
  Web     http://www.akitogo.com

------------------------------------


Reply via email to