You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by peter royal <pr...@apache.org> on 2006/07/03 16:54:36 UTC

Re: Write requests must be transformed to ByteBuffer

On Jun 29, 2006, at 11:34 AM, Claudio Miranda wrote:
> 	Guys, it was solved by adding this to the IoHandlerAdapter  
> implementation.
>
> ================================================
> IoFilter CODEC_FILTER = new ProtocolCodecFilter(new  
> ObjectSerializationCodecFactory());
>
>     public void sessionCreated(IoSession session) throws Exception {
>         session.getFilterChain().addLast( "codec", CODEC_FILTER );
> ================================================
>
> 	I looked at Reverser example
>
> 	I just want to say, thank you for such great framework.

Very glad to hear that you're having success!

-pete


-- 
proyal@apache.org - http://fotap.org/~osi