try {
CurrentAccountImpl accountImpl = new CurrentAccountImpl(accountNumber, loanLimit);
accounts.put(accountNumber, accountImpl);
// export
CurrentAccountPOATie tie = new CurrentAccountPOATie(accountImpl);
account = CurrentAccountHelper.narrow(this._poa().servant_to_reference(tie));
} catch (Exception e) {
LOG.warn(e);
}