|
Hi John, I think the first thing is to see the
stack trace of the ClassCastException you are getting. If you go to
WEB-INF/flex/services-config.xml, search for level= and change that to Debug,
then make sure the <patterns> tag below that has both Message.* and
DataService.* in it, it will give you some nice diagnostics on the server side
and should include the stack trace for that exception. It looks from the error like this is
happening in your assembler’s sync method. That would abort whatever
update operation you are trying to perform. Jeff From: We are having some trouble pushing data back to the client
based on the results of a server side operation. // LOAN APPLICATION
//////////// List loanID = new ArrayList(); dst.commit( );
loanID.put( "loanID", newPrefs.getLoanID( ) );
Object updatedFindings = (Object) new FindingAssembler( ).getFinding( loanID ); dst.updateItem( "aims.loanApplicati dst.commit( );
[RPC Fault faultString= Although the aims.borrowerPrefer -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |

