Author: gnodet
Date: Thu Sep 6 09:29:08 2007
New Revision: 573316
URL: http://svn.apache.org/viewvc?rev=573316&view=rev
Log:
Revert SM-1035
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java?rev=573316&r1=573315&r2=573316&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
(original)
+++
incubator/servicemix/branches/servicemix-3.1/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
Thu Sep 6 09:29:08 2007
@@ -157,7 +157,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(),