Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
SaleContext saleCtx = new SaleContext(); saleCtx.setSaleObject(cmd.getSale()); saleCtx.setAppCtx(appCtx); process.execute(saleCtx); DefaultMuleMessage msg = new DefaultMuleMessage(saleCtx.getReceipt()); msg.setCorrelationId(correlationId); msg.setProperty("csID",csID);
Pasted July 06, 2008 9:13AM EDT
Embed