Expand my Community achievements bar.

RPC Fault faultString

Avatar

Level 1
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

2 Replies

Avatar

Level 2
EDIT: my mistake, didn't read whole thread.



Is your data-management-config.xml file in your WEB-INF/flex
directory?

Avatar

Level 1
yes. it is...



well, i tried using fds-tomcat and it works but just for a
moment. when i said "it works for moment" i mean the RPC fault
string didnt appear but appears other error message: "Channel
disconnect".



But, later i dont know why, appears the first error message
:(