Hi, <br /><br />I would really appreciate an expert's opinion on how to figure out what is wrong with my data service...I'm a newbie so it's probably something obvious! :-)<br /><br />1. I have configured my data-management-config.xml<br />2. It is in the <app root>/WEB-INF/flex directory<br />3. I've got no errors in my mxml file which is going to display a datagrid using my service.<br />4. I'm using hibernate<br />5. My java class is built for this service<br />6. My actionscript class is built for my bridge to java class<br />7. I've got a hibernate.cfg.xml file built<br />8. I've got a hbm.xml for my class.<br />9. My flex app compiles with no error<br />10. Running the app (using Jboss) and executing the data service via a button gives me this:<br /><br />[RPC Fault faultString="No destination with id '<my dest id>' is registered with any service." faultCode="Server.Processing" faultDetail="null"]<br /><br />Can anyone suggest how I would troubleshoot this? <br /><br />Thanks in advance!<br />Laurie
↧