Re: example.proxy problem in mina 1.1

2007-03-19 Thread Keith McNeill
Trustin Lee wrote: Thank you Keith for tracking down the problem, and I am sorry that you wasted your precious time because of a bad example. On 3/17/07, Niklas Therning <[EMAIL PROTECTED]> wrote: Keith McNeill wrote: > I sorted out the problem. Which took quite awhile...but I'll get to > th

Re: example.proxy problem in mina 1.1

2007-03-17 Thread Trustin Lee
Thank you Keith for tracking down the problem, and I am sorry that you wasted your precious time because of a bad example. On 3/17/07, Niklas Therning <[EMAIL PROTECTED]> wrote: Keith McNeill wrote: > I sorted out the problem. Which took quite awhile...but I'll get to > that later. The problem

Re: example.proxy problem in mina 1.1

2007-03-16 Thread Niklas Therning
Keith McNeill wrote: > I sorted out the problem. Which took quite awhile...but I'll get to > that later. The problem was that in: > > org.apache.mina.example.proxy.AbstractProxyIoHandler: > > public void sessionClosed( IoSession session ) throws Exception >{ >if( session.getAttachment

Re: example.proxy problem in mina 1.1

2007-03-16 Thread Keith McNeill
I sorted out the problem. Which took quite awhile...but I'll get to that later. The problem was that in: org.apache.mina.example.proxy.AbstractProxyIoHandler: public void sessionClosed( IoSession session ) throws Exception { if( session.getAttachment() != null ) {