Salut mc's,
the solution is quite simple. The (logical) close operation,
that issues a closeSend of the ConnectionEvent class
has to attach the connection handle to the ConnectionEvent,
before broadcasting this event.
so:
ce = new ConnectionEvent(this, ConnectionEvent.CONNECTION_CLOSED) ;
(new) ce.setConnectionHandle(connection) ;
does help me in the closeHandle method.
Tanks
Groovie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248257#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...