Re: Mina BufferDataException when using disconnectOnNoReply option

2013-08-23 Thread Christian Müller
Good catch! mina2:tcp://10.5.60.60:9000?disconnectOnNoReply=false;codec=#gilbarcoDecodershould be mina2:tcp:// 10.5.60.60:9000?disconnectOnNoReply=false&codec=#gilbarcoDecoder Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team

Re: Mina BufferDataException when using disconnectOnNoReply option

2013-08-22 Thread Pontus Ullgren
I have never used the mina component so I could be out on thin ice here. But I am not sure about the ';' to separate the parameters. Should it not be '&'? Best regards Pontus Den 21 aug 2013 17:58 skrev "milltj" : > Ok, So I decided to go back to the drawing board and decided to run some > tests

Mina BufferDataException when using disconnectOnNoReply option

2013-08-21 Thread milltj
Ok, So I decided to go back to the drawing board and decided to run some tests. First, I implemented a very simple decoder that contains the following code: @Override protected boolean doDecode(IoSession is, IoBuffer ib, ProtocolDecoderOutput pdo) throws Exception { System.out.printl