// Switch up to the hacky CL so that "jndi.properties" is not loaded
ClassLoader olderLoader = Thread.currentThread().getContextClassLoader();
try
{
Thread.currentThread().setContextClassLoader(new JndiPropertiesToJnpserverPropertiesHackCl());
// Deploy *-beans.xml
String testClassName = null;
try
{