my bad !
I forgot to take the scope each time.. 
the code before setting the attribute should look something like this :
IConnection conn = Red5.getConnectionLocal();
IScope scope = conn.getScope();
ISharedObject so = getSharedObject(scope, CHAT_SO);


Reply via email to