[flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Kent Henneuse
Does anybody have any ways to debug the Java to AS object conversion that is done with the RemoteObject call? Or can you answer why the Net Connection Debugger seems to only grab the initial connection? I have been trying to use the NetConnectionDebugger but am having a problem with. The first

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
Enable Remote Object debugging in the flex-config.xml file (located at {flex-web-app-install-dir}/WEB-INF/flex/flex-config.xml): remote-objects-debugtrue/remote-objects-debug Then reboot your flex server (or recycle the app if you can it's quicker) the debugging info will be output to the

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Monday, July 11, 2005 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Debuging Java to AS Object conversion? Enable Remote Object debugging in the flex-config.xml file (located at {flex-web-app-install

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
or in the docs. Thanks, -Kent From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Kent Henneuse Sent: Monday, July 11, 2005 12:11 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Debuging Java to AS Object conversion? Unfortunately I am