No destination 'datos_administrativos' exists in service
flex.data.DataService
Si tengo en mi data-magnament-config.xml declarada así mi destination:
<destination id="datos_administrativos">
<adapter ref="java-dao" />
<properties>
<source>pacientes.DatosAdministrativosAssembler</source>
<scope>application</scope>
<metadata>
<identity property="id"/>
</metadata>
<network>
<session-timeout>20</session-timeout>
<paging enabled="false" pageSize="10" />
<throttle-inbound policy="ERROR" max-frequency="500"/>
<throttle-outbound policy="REPLACE" max-
frequency="500"/>
</network>
<server>
<fill-method>
<name>leer</name>
</fill-method>
<fill-method>
<name>buscar</name>
<params>java.lang.Integer</params>
</fill-method>
<sync-method>
<name>sincronizar</name>
</sync-method>
</server>
</properties>
</destination>