[flexcoders] Re: Issue:Authentication issue on edge server + LCDS 3.1 java based loadtesting tool

2010-05-14 Thread sanjitcs
@Mete Thank you very much for your valuable suggestion, it helped me a lot. Thank you --- In flexcoders@yahoogroups.com, "Mete Atamel" wrote: > > Hi Sanjit, > > First off, ChannelSet#login and ChannelSet#logout are the preferred ways of > authenticating with BlazeDS/LCDS. > Producer/Consumer/

[flexcoders] Re: Issue:Authentication issue on edge server + LCDS 3.1 java based loadtesting tool

2010-05-13 Thread Mete Atamel
Hi Sanjit, First off, ChannelSet#login and ChannelSet#logout are the preferred ways of authenticating with BlazeDS/LCDS. Producer/Consumer/RemoteObject#setCredentials would work but the problem with setCredentials method is that it doesn't return an AsyncToken and hence you can't listen for suc