Re: Shell.TUI causes ServerSocket() constructor to hang

2008-07-02 Thread Karl Pauls
Could you please create a JIRA issue for this and maybe attach your example there? regards, Karl On Wed, Jul 2, 2008 at 3:22 PM, Craig Phillips <[EMAIL PROTECTED]> wrote: > Hi, > > > > I uncovered an issue in which the Shell.TUI will cause "new > java.io.ServerSocket()" to hang; > > > > Through

Shell.TUI causes ServerSocket() constructor to hang

2008-07-02 Thread Craig Phillips
Hi, I uncovered an issue in which the Shell.TUI will cause "new java.io.ServerSocket()" to hang; Through process of elimination / gutting, pretty much to the point of a small bundle with an activate() method (I'm using SCR) and a "new ServerSocket(1234, 1)", with a couple log events pre and