When use Mina in Camel, ObjectSerializationCodecFactory is a MUST for
message transforming on different VMs?
On 8/1/07, daniel golesny (innoWake gmbh) <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
> I want to integrate a socket based application which is sending xml
> data. The data should be routed by ana
On 8/1/07, Julien Vermillard <[EMAIL PROTECTED]> wrote:
> On Wed, 1 Aug 2007 21:26:42 +0900
> "Trustin Lee" <[EMAIL PROTECTED]> wrote:
>
> > Hi committers,
> >
> > My primary workstation stops working whenever I build MINA, so I am
> > having sreious difficulty deploying snapshots. Please deploy t
Hey guys,
I'm not sure what you are looking for but if you are looking for a scalable
solution (i.e. that use MINA) and that is responsible for routing XML packets
then you may want to look at Openfire (http://www.igniterealtime.org). Openfire
is an XMPP server that uses MINA.
Regards,
-- G
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
On Wed, 1 Aug 2007 21:26:42 +0900
"Trustin Lee" <[EMAIL PROTECTED]> wrote:
> Hi committers,
>
> My primary workstation stops working whenever I build MINA, so I am
> having sreious difficulty deploying snapshots. Please deploy the
> latest snapshots by executing 'deploy-all.sh' script in /mina/a
First of all, I don't know how to answer your question. Sorry. However,
after I google "Camel", it seems exactly what I wanted. A routing
component could be used along with Mina server as a message router. My
original purpose is to build a server framework which is not depentent on
any protocols(ht
Hi committers,
My primary workstation stops working whenever I build MINA, so I am
having sreious difficulty deploying snapshots. Please deploy the
latest snapshots by executing 'deploy-all.sh' script in /mina/all
directory. To avoid any possible permission issue, please read the
developer guide
Hi,
I want to integrate a socket based application which is sending xml
data. The data 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 tr