[JXTA discuss] Bug - Tutorial - JxtaBidiPipeExample misses listening to Rendezvous-events

"Hartmut Benz" <[email protected]> Wed, 17 Aug 2005 15:43:00 +0200
Newsgroups gmane.comp.java.jxta.general
Organization TI-WMC
Message-ID <[email protected]>
Hi,

as far as I can see, the class JxtaBidiPipeExample fails to register  
itself as a listener to rendezvous-events. In my environment, this client  
simply hangs, when started from the command line (because it waits for  
r-events and never gets them), but works perfectly when run in the  
debugger (where an r. is already found by the time the prog reaches the  
wait.
Threfore, startJxta() should get the line

         rendezvous.addListener( this );

inserted before

     } catch (PeerGroupException e) {


Regards
	Hartmut