never mind, i found the cairngorm extensions: https://src.springframework.org/svn/...airngorm/trunk
here's the config that works:
Code:
<object id="remoteObject" class="mx.rpc.remoting.mxml.RemoteObject"
abstract="true">
<property name="endpoint"
value="http://${host}:${port}/${context-root}/spring/messagebroker/amf" />
<property name="showBusyCursor" value="true" />
</object>
<object id="propertyServiceTest" parent="remoteObject">
<property name="destination" value="propertyServiceTest" />
</object>
<object id="serviceLocator"
class="org.springextensions.actionscript.cairngorm.business.CairngormServiceLocator"
factory-method="getInstance">
<property name="propertyServiceTest" ref="propertyServiceTest"/>
</object>