Re: [flexcoders] AMF Netconnection calls

2007-05-09 Thread Johannes Nel
i assume you are spawning a seperate thread so the call does not wait? you could return a remotesharedobject id which the client then listens to and when your 15 second process is finished set the data in there. On 5/8/07, Austin Kottke [EMAIL PROTECTED] wrote: Hi, I'm doing a remoting to

[flexcoders] AMF Netconnection calls

2007-05-08 Thread Austin Kottke
Hi, I'm doing a remoting to call to a j2ee service. The service takes about a total of 15 seconds to run. The problem is the call is made, it executes the java call, but because the call is still processing there is no 'return' value to the remoting gateway so it gives me a