*/
public void testSetTestValidator()
{
try
{
TestDeserializationValidator dsvalidator = new TestDeserializationValidator();
MessageBroker broker = FlexContext.getMessageBroker();
broker.setDeserializationValidator(dsvalidator);
//System.out.println("TestValidator with class logging only set!");
}
catch(Exception e)