cf = getOMFContext().getConnectionFactoryRegistry().lookupConnectionFactory(nontxConnectionFactoryName);
}
mc = cf.getConnection(enlisted?om:null, null); // Will throw exception if already locked
// Lock the connection now that it is in use by the user
mc.lock();
return new JDOConnectionImpl(mc.getConnection(), new Runnable()
{
public void run()
{