Re: NoClassDefFoundError : javax.xml.namespace.QName CXF SOAP Consumer

2013-01-14 Thread emeka_kanu
Not sure if this is still a problem for anyone. However, I solved this by using the following in the pom. javax.xml.namespace, -- View this message in context: http://camel.465427.n5.nabble.com/NoClassDefFoundError-javax-xml-namespace-QName-CXF-SOAP-Consumer-tp4685413p572554

Re: multicast and setting header

2012-05-30 Thread emeka_kanu
Thank you Henryk, Your solution has worked for me. Note: I had to get the original exchange from inside one of the returned (multicast) exchanges to get the original headers and make sure they were preserved. This was done inside a Processor implementation. Once again, thank you Regards, Emeka

Re: multicast and setting header

2012-05-28 Thread emeka_kanu
Hello Tyler, Did you ever fix this problem? I'm having an issue as well, for which I have implemented the AggregationStrategy but am still facing issues. Please see the URL below for more details. http://fusesource.com/forums/thread.jspa?threadID=3942&tstart=0 Thank you for any help you can pr