Re: JMS and transaction

2012-01-28 Thread Claus Ibsen
Spring Transaction does not support using multiple threads. The transactional work should be done in the same thread, from spring TX manager point of view. On Fri, Jan 27, 2012 at 5:29 PM, Hervé BARRAULT wrote: > Hi, > > I found in archive that parallel processing is not compatible with > transa

Re: CXF-Camel Proxy Bug?

2012-01-28 Thread Claus Ibsen
On Sat, Jan 28, 2012 at 3:18 AM, sram wrote: > Finally after many hours of testing, the issue was resolved. Camel route was > not adding SOAP tags to the calls intended to reach external webservice. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CXF-Camel-Proxy-Bug-tp5

Re: Splitting on XML Documents

2012-01-28 Thread Raul Kripalani
Yes, here is to agree with Łukasz. XPath is not designed to generate XML documents. XPath let's you query an existing document to retrieve specific parts of it. You may want to create an XSLT identity transform to turn each resulting Node into a proper document which can then include the XML decla

Re: SEDA vs VM component

2012-01-28 Thread Jean-Baptiste Onofré
Hi Hervé, no, as in Karaf, Camel register all context as OSGi services. Regards JB On 01/24/2012 01:01 PM, Hervé BARRAULT wrote: Hi, thanks for answer. Does it means, put camel-core.jar in lib directory when using it in Karaf ? Regards Hervé On 1/24/12, Jean-Baptiste Onofré wrote: Hi Her

errroHandler is not redelivering

2012-01-28 Thread atg roxx
Hi, I am new to camel world. I read on the camel site that we can use the below configuration to configure the route. But the following this not taking affect. Is the some other setting which has to done somewhere ?? kindly guide me . errorHandler(deadLetterChannel("jms:queue:dead") .m