cxf bc consumer should defer to return DONE ME to handle the response
streamsource
----------------------------------------------------------------------------------
Key: SMXCOMP-746
URL: https://issues.apache.org/activemq/browse/SMXCOMP-746
Project: ServiceMix Components
Issue Type: Bug
Affects Versions: servicemix-cxf-bc-2010.01
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: servicemix-cxf-bc-2010.02
when cxf bc consumer talk to old http endpoint(similar issue when taik with any
endpoint which return streamsource), http endpoint return some streamsource,
but cxf bc consumer return DONE message(which cause http endpoint close the
stream) too early before the interceptor chain run, so I encounter some
StreamClose exception when use INFO log level, but can't see it with DEBUG log
level, as DEBUG log always cache the Stream, so we need defer to set the DONE
status, to make interceptor chain get chance to read the stream.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.