Kevin,

When you suspect you have discovered a bug or a missing feature, it's best
to create a JIRA issue for this.

http://issues.apache.org/jira/browse/DIRMINA

Thanks,

Maarten


On 7/25/07, Kevin Smeltzer <[EMAIL PROTECTED]> wrote:

Sure what is the best way to send? As an attachment or in the body of
the e-mail?

On 7/25/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
> On 7/25/07, Kevin Smeltzer <[EMAIL PROTECTED]> wrote:
> > Yes I did that. The connection IS made.
> >
> > It appears that the IoSession reference returned by this code:
> >
> > session = connectFuture.getSession();
> >
> > Is different than the IoSession reference passed to this method:
> >
> > public void sessionOpened(IoSession session) throws Exception {}
> >
> > So... by setting my IoSession member variable to reference the
> > IoSession passed to sessionOpened, it works.
> >
> > But shouldn't the IoSession returned by connectFuture.getSession();
> > and public void sessionOpened(IoSession session) throws Exception {}
> > be the same?
>
> They should be the same.  It's weird.  I suspect a bug.  Could you
> provide reproduceable client and server?
>
> Trustin
> --
> what we call human nature is actually human habit
> --
> http://gleamynode.net/
> --
> PGP Key ID: 0x0255ECA6
>

Reply via email to