Author: gnodet
Date: Thu Sep 6 09:27:56 2007
New Revision: 573314
URL: http://svn.apache.org/viewvc?rev=573314&view=rev
Log:
Revert SM-1035
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
Modified:
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java?rev=573314&r1=573313&r2=573314&view=diff
==============================================================================
---
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
(original)
+++
incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
Thu Sep 6 09:27:56 2007
@@ -133,7 +133,7 @@
Continuation cont = ContinuationSupport.getContinuation(request, null);
MessageExchange exchange;
// If the continuation is not a retry
- if (!cont.isPending() && cont.isNew()) {
+ if (!cont.isPending()) {
try {
SoapMessage message =
soapHelper.getSoapMarshaler().createReader().read(
request.getInputStream(),