a should be routed by analysing the content.
> I may not change to current protocol.
>
> I tried Camel that is very good for routing, but I couldn't find a way
> to open a socket.
> With Mina I could open a socket, so I tried to use Mina and Camel by the
> MinaComponent with th
gards,
-- Gato
- Original Message -
From: "mat" <[EMAIL PROTECTED]>
To: dev@mina.apache.org
Sent: Wednesday, August 1, 2007 10:03:06 AM (GMT-0300)
America/Argentina/Buenos_Aires
Subject: Re: mina and camel
First of all, I don't know how to answer your question. Sorry. Howe
On Jul 31, 2007, at 11:57 PM, daniel golesny ((innoWake gmbh)) wrote:
org.apache.mina.filter.codec.ProtocolDecoderException:
org.apache.mina.common.BufferDataException: dataLength: 1010792557
(Hexdump: 3C 3F 78 6D 6C 20 76 65 72 73 69 6F 6E 3D 22 31 2E 30 22
20 65
6E 63 6F 64 69 6E 67 3D 22 49
Hi,
I have find the buggy (??) part.
If I remove the ObjectSerializationCodecFactory from FilterChain, I get
the Message. But this can not be the solution, I'm sure.
> -- Server -
> CamelContext context=new DefaultCamelContext();
> // server component
> Mina
d for routing, but I couldn't find a way
> to open a socket.
> With Mina I could open a socket, so I tried to use Mina and Camel by the
> MinaComponent with this uri mina:tcp://127.0.0.1:22345
>
> But on sending some bytes (does not matter if "abc" or valid xml) I get
>
so I tried to use Mina and Camel by the
MinaComponent with this uri mina:tcp://127.0.0.1:22345
But on sending some bytes (does not matter if "abc" or valid xml) I get
an exception on deserializing. I can't find any example with mina and
camel, can someone send me an example with c