UUID doesn't implement Serializable or Externalizable, therefore it cannot be used in MethodCall. The unit test that fails is MethodCallTest.testMarshalling2().
SOLUTION: implement Externalizable (again)