RE: [flexcoders] Problem: Flex no connection???

2006-08-31 Thread Matt Chotin
with that. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rafael M. Martinelli Sent: Tuesday, August 29, 2006 10:51 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Problem: Flex no connection??? Matt, I'm not using named

Re: [flexcoders] Problem: Flex no connection???

2006-08-30 Thread Rafael M. Martinelli
Matt,I'm not using named remote object even thought it's simple to change because we're using a Facade. So it's stateless.In our last version, we put a filter mapping AMFGatewayServlet forcing closing the connection. Do you think it's something related to that? Or with named remote object?

RE: [flexcoders] Problem: Flex no connection???

2006-08-29 Thread Matt Chotin
Did you use a named remote object? Is it stateful or stateless? Maybe you need to put some debugging to make sure that your call to close the connection is actually happening? Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael M.