Hi everybody. im new programming flex, so i would like to get
some help
Im using tomcat 6.0.13, LCDS and FB 3
well i get this messager error:
[RPC Fault faultString="No destination with id 'dsEjemplo' is
registered with any service." faultCode="Server.Processing"
faultDetail="null"]
In data-manager-config.xml file i have this code:
<destination id="dsEjemplo" channels="my-rtmp" >
<adapter ref="java-dao" />
<properties>
<source>ejemplo.assembler.PersonaAssembler</source>
<scope>application</scope>
<metadata>
<identity property="id"/>
</metadata>
</properties>
</destination>
And in my mxml file y have :
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"xmlns="*"
layout="horizontal" creationComplete="ds.fill(personas)">
<mx:DataService id="ds" destination="dsEjemplo"
></mx:DataService>
<mx:ArrayCollection id="personas"/>
.........
So, i dont really know why this happens
😞please if somebody knows answer, tell it me