Hi,
Hope someone can help me.
I have a single CXF endpoint, which is used to invoke a remote service that
could be at a number (Potentially thousands) of different locationURIs. To
do this I set the HTTP_DESTINATION_URI from a camel route, which then
invokes the CXF BC via JBI. In the xbean.xml for the CXF BC I have a fake
location URI:
locationURI="http://dummy"
When the service runs first time, every thing works perfectly, the
locationURI is overridden and the remote service is invoked successfully.
However, if I later set the HTTP_DESTINATION_URI to a different location, it
doesn't change the service that's invoked, it still invokes the one that was
set first time. This happens until I restart the container.
If I don't use CXF and use the servicemix-http BC, then it works, but I need
to use CXF for the WSS features.
I'd really appreciate any help to find out how to fix or workaround this
issue. Sorry if I've not explained this well, I'd be happy to clarify
anything.
Thanks,
Steve.
--
View this message in context:
http://old.nabble.com/Setting-HTTP_DESTINATION_URI-more-than-once-tp27874741p27874741.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.