/* 212 */ if (tx != null)
/* */ {
/* 214 */ BeanLock lock = this.container.getLockManager().getLock(ctx.getCacheKey());
/* */ try
/* */ {
/* 217 */ lock.schedule(mi);
/* 218 */ register(ctx, tx);
/* 219 */ lock.endInvocation(mi);
/* */ }
/* */ finally
/* */ {