Title: [785] trunk/components/base/src/main/java/org/servicemix/components/http/HttpInOutBinding.java: SM-167 : Illegal State when using HttpInOnlyBinding
Revision
785
Author
gnt
Date
2005-11-10 20:19:02 -0500 (Thu, 10 Nov 2005)

Log Message

SM-167 : Illegal State when using HttpInOnlyBinding

Modified Paths


Diff

Modified: trunk/components/base/src/main/java/org/servicemix/components/http/HttpInOutBinding.java (784 => 785)

--- trunk/components/base/src/main/java/org/servicemix/components/http/HttpInOutBinding.java	2005-11-11 01:12:45 UTC (rev 784)
+++ trunk/components/base/src/main/java/org/servicemix/components/http/HttpInOutBinding.java	2005-11-11 01:19:02 UTC (rev 785)
@@ -84,7 +84,7 @@
             HttpMarshaler marshaler = getMarshaler();
             marshaler.toNMS(exchange, inMessage, request);
             exchange.setInMessage(inMessage);
-            done(exchange);
+            getDeliveryChannel().send(exchange);
             response.setStatus(HttpServletResponse.SC_OK);
         }
         catch (IOException e) {

Reply via email to