Re: mina and camel

2007-08-01 Thread mat
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

Re: Somebody please deploy the latest snapshots.

2007-08-01 Thread Trustin Lee
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

Re: mina and camel

2007-08-01 Thread Gaston Dombiak
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

Re: mina and camel

2007-08-01 Thread peter royal
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

AW: mina and camel

2007-08-01 Thread daniel golesny \(innoWake gmbh\)
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

Re: Somebody please deploy the latest snapshots.

2007-08-01 Thread Julien Vermillard
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

Re: mina and camel

2007-08-01 Thread mat
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

Somebody please deploy the latest snapshots.

2007-08-01 Thread Trustin Lee
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

mina and camel

2007-08-01 Thread daniel golesny \(innoWake gmbh\)
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