}
protected AttributeList getAOAttributes(AttributeList attributes) throws Exception
{
InitialContext ctx = new InitialContext();
PropertyTestAdminObject ao = (PropertyTestAdminObject) ctx.lookup("UpperGoodrarAO");
AttributeList result = new AttributeList();
for (int i = 0; i < attributes.size(); ++i)
{
String attributeName = ((Attribute) attributes.get(i)).getName();
try