Re: CXF consumer endpoint + XSLT + Tracer = EmptyStackException

2013-11-12 Thread ychawla
Hi, You can also try to convert your body to a string prior to calling your XSLT. This worked for me when I had this issue: camel:convertBodyTo type=java.lang.String/ Thanks, Yogesh -- View this message in context:

Re: CXF consumer endpoint + XSLT + Tracer = EmptyStackException

2013-11-12 Thread Willem jiang
Can you change the CXF endpoint data format from PAYLOAD to MESSAGE just like this ? from uri=cxf:bean:OrderService?dataFormat=MESSAGEā€/ If I remember right there was an issue in turn CXF PAYLOAD message into a DOM in camel-2.10.x. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com

Re: CXF consumer endpoint + XSLT + Tracer = EmptyStackException

2013-10-21 Thread Claus Ibsen
Hi Maybe this page can help http://camel.apache.org/why-is-my-message-body-empty.html On Mon, Oct 21, 2013 at 6:30 AM, alapaka alap...@rocketmail.com wrote: Hi all; Versions: Camel 2.10.6, CXF 2.6.8, ServiceMix 4.5.2 I have a route that consumes a CXF endpoint: works fine I added an XSLT

Re: CXF consumer endpoint + XSLT + Tracer = EmptyStackException

2013-10-21 Thread alapaka
I suspect it may have to do with the type of object in the message, though It does not appear to be an issue with stream caching. I'm a newbie, so my grasp of the internals is still superficial. I tried stream caching at both context and route level without success. Also, there are several steps

Re: CXF consumer endpoint + XSLT + Tracer = EmptyStackException

2013-10-20 Thread alapaka
I had the cxf endpoint commented out in the route, and that did not come through in the post. here it is: from uri=cxf:bean:OrderService?dataFormat=PAYLOAD/ aloha -- View this message in context: