/* */ try
/* */ {
/* 868 */ Thread.currentThread().setContextClassLoader(this.classloader);
/* */ try
/* */ {
/* 871 */ Util.rebind(getEnc(), "UserTransaction", new UserTransactionImpl());
/* */ }
/* */ catch (NamingException e)
/* */ {
/* 875 */ NamingException namingException = new NamingException("Could not bind user transaction for ejb name " + this.ejbName + " into JNDI under jndiName: " + getEnc().getNameInNamespace() + "/" + "UserTransaction");
/* 876 */ namingException.setRootCause(e);