OK I figured out that I have to set the protocol codec to text, to be able to communicate over a text protocol... but I really think someone should've mentioned this in the tutorial. I've lost a lot of time figuring this out.
private static IoFilter CODEC_FILTER = new ProtocolCodecFilter(new TextLineCodecFactory()); -- View this message in context: http://www.nabble.com/Can%27t-make-a-simple-client-application-tf4238348s16868.html#a12062740 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
