I just encountered a strange bug. I tested the following method

public Acceptor createAcceptor()
{
  Acceptor acceptor = new NBIOAcceptor();
  m_acceptors.add(acceptor);
  return acceptor;
}

And my call did hang (on the nbio acceptor construction). After more
that one hour of debug I discovered a bug in my build.xml file: the NBIO
lib wasn't included in the generated sar file. My NBIOAcceptor class has
a nbio class member (which had a static part - perhaps it's important ;)
) and of course it could not be found. The strange thing is that I
didn't get any exception, the thread was just killed without any
exception throwed. Is that a avalon bug?

Nils



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to