| CODENOTIFIER | HelpYou are not signed inSign in |
Project: PEtALS
Revision: 8841
Author: alouis
Date: 07 Aug 2008 04:27:46
Changes:Files:
| ... | ...@@ -77,7 +77,9 @@ | |
| 77 | 77 | Consumes consumes = consumesList.get(i); |
| 78 | 78 | Exchange pipedExchange = PatternHelper.createExchange(consumes, mep, |
| 79 | 79 | receivedMessage, context); |
| 80 | ||
| 80 | if (pipedExchange.getOperation() == null) { | |
| 81 | pipedExchange.setOperation(originalExchange.getOperation()); | |
| 82 | } | |
| 81 | 83 | // send the exchange to the next service |
| 82 | 84 | logSend(consumes, exchange); |
| 83 | 85 | context.sendSync(pipedExchange); |