Author: mmusaji
Date: 2013-07-17 05:25:43 -0400 (Wed, 17 Jul 2013)
New Revision: 17791
Modified:
thirdparty/cxf/branches/cxf-2.6.6.jbossorg-1-bz-984470/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java
Log:
[BZ-984470] Also fixing JAXWS 2.2 HTTP SPI destination impl
Modified:
thirdparty/cxf/branches/cxf-2.6.6.jbossorg-1-bz-984470/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java
===================================================================
---
thirdparty/cxf/branches/cxf-2.6.6.jbossorg-1-bz-984470/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java 2013-07-16
14:18:05 UTC (rev 17790)
+++
thirdparty/cxf/branches/cxf-2.6.6.jbossorg-1-bz-984470/rt/frontend/jaxws/src/main/jaxws22/org/apache/cxf/transport/http_jaxws_spi/JAXWSHttpSpiDestination.java 2013-07-17
09:25:43 UTC (rev 17791)
@@ -135,12 +135,12 @@
LOG.fine("Service http request on thread: " +
Thread.currentThread());
}
Message inMessage = new MessageImpl();
+ ExchangeImpl exchange = new ExchangeImpl();
+ exchange.setInMessage(inMessage);
setupMessage(inMessage, null, req, resp);
((MessageImpl)inMessage).setDestination(this);
- ExchangeImpl exchange = new ExchangeImpl();
- exchange.setInMessage(inMessage);
exchange.setSession(new HTTPSession(req));
try {
Show replies by date