oDzb.start();
Log.out.debug("Done attaching sides");
FlashScope oFscope = FlashScope.getCurrent(getContext().getRequest(), true);
oFscope.put("ticket_docid", tckt.id());
}
new CreditBurner(getSessionAttribute("user_uuid"),
getSessionAttribute("customer_account_docid"),
sService, sFlavor).start();
} catch (Exception e) {
Log.out.error("AttachDeposit.attach() "+e.getClass().getName()+" "+e.getMessage(), e);
addError(new SimpleError(e.getMessage()));