Hi,
It should be there.
Could you show me the code how you get NMR MessageExchange in proxy
target cxf se endpoint?
Or could you try with using MessageExchange.getExchangeId(), it should
be same value with property "org.apache.servicemix.correlationId"
Freeman
On 2010-9-15, at 下午4:07, bobsterix wrote:
Hello,
It's in the NMR, I've been able to retrieve it (for some exchanges)
from the
org.apache.servicemix.nmr.api.Exchange as follows:
(this code is inside a custom
org.apache.servicemix.nmr.api.event.ExchangeListener)
String correlationId = (String) exchange.getProperties().get(
"org.apache.servicemix.correlationId");
Regards
--
View this message in context:
http://servicemix.396122.n5.nabble.com/CXF-Proxy-and-correlationID-missing-tp2839921p2840248.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.
--
Freeman Fang
------------------------
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Open Source SOA: http://fusesource.com
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org