RE: [flexcoders] Remote Object Errors

2005-08-08 Thread Peter Farland
Behalf Of Josh Noland Sent: Monday, August 08, 2005 9:18 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Remote Object Errors Christoph, No luck. I am still getting the "Error: org/apache/commons/collections/FastHashMap". When I check the network monitor in Flex Bui

RE: [flexcoders] Remote Object Errors

2005-08-08 Thread John Zhao
oders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Guse Sent: Monday, August 08, 2005 10:58 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Remote Object Errors Hi Josh, sorry, no more concrete ideas. I use Tomcat instead of JRun. Christoph Josh Noland wrote: >C

Re: [flexcoders] Remote Object Errors

2005-08-08 Thread Christoph Guse
equest as expected but I am not >seeing it catch the result object. Do you have any other ideas? > >Josh > > >>From: Christoph Guse <[EMAIL PROTECTED]> >>Reply-To: flexcoders@yahoogroups.com >>To: flexcoders@yahoogroups.com >>Subject: Re: [flexc

Re: [flexcoders] Remote Object Errors

2005-08-08 Thread Josh Noland
hristoph Guse <[EMAIL PROTECTED]> >Reply-To: flexcoders@yahoogroups.com >To: flexcoders@yahoogroups.com >Subject: Re: [flexcoders] Remote Object Errors >Date: Mon, 08 Aug 2005 11:41:31 +0200 > >Hi Josh, > >you should use the automatic mapping between Java ValueObjects and

Re: [flexcoders] Remote Object Errors

2005-08-08 Thread Christoph Guse
Hi Josh, you should use the automatic mapping between Java ValueObjects and ActionScript ValueObjects. For that your ActionScript VO should look like this: /*** AS class ***/ // ActionScript Document class Person { var name:String; var birthdate:String; public static var regi