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
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
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
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
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