Re: Problem with messages.

2007-06-08 Thread Trustin Lee
Hi Ravinder, On 6/9/07, ravinder singh <[EMAIL PROTECTED]> wrote: Hi Trustin, I have solved this problem, it's currently hard-coded but can make this configurable. If you have still not started working on this particular issue, then would to share my code with you. waiting for your response.

Fwd: Problem with messages.

2007-06-08 Thread ravinder singh
n Lee <[EMAIL PROTECTED]> Date: Jun 8, 2007 6:57 AM Subject: Re: Problem with messages. To: dev@mina.apache.org On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote: On Jun 7, 2007, at 9:11 AM, ravinder singh wrote: > I am using MINA 1.1 to write a client-server application but struck &

Re: Problem with messages.

2007-06-08 Thread ravinder singh
Hi Trustin, Just want to know if this problem is with our implementation or some Java library problem? Thanks On 6/8/07, Trustin Lee <[EMAIL PROTECTED]> wrote: On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote: > On Jun 7, 2007, at 9:11 AM, ravinder singh wrote: > > I am using MINA 1.1 to writ

Re: Problem with messages.

2007-06-07 Thread Trustin Lee
On 6/8/07, peter royal <[EMAIL PROTECTED]> wrote: On Jun 7, 2007, at 9:11 AM, ravinder singh wrote: > I am using MINA 1.1 to write a client-server application but struck > with > some message issues. The problem is as follows: > > A client connects to my server and sends a message to it, then, >

Re: Problem with messages.

2007-06-07 Thread peter royal
On Jun 7, 2007, at 9:11 AM, ravinder singh wrote: I am using MINA 1.1 to write a client-server application but struck with some message issues. The problem is as follows: A client connects to my server and sends a message to it, then, messageReceived of myHandler class (which extends IoHandler

Problem with messages.

2007-06-07 Thread ravinder singh
Hi all, I am using MINA 1.1 to write a client-server application but struck with some message issues. The problem is as follows: A client connects to my server and sends a message to it, then, messageReceived of myHandler class (which extends IoHandlerAdapter) should get called, this is working