redeployNaming();
Context ctx2 = new InitialContext(env);
try
{
Object obj = ctx2.lookupLink(ObjectBinder.NAME);
if (obj instanceof MarshalledValuePair)
obj = ((MarshalledValuePair) obj).get();
assertEquals(ObjectBinder.VALUE, obj);
}
catch (NamingException e)