new XMLUnmarshaller(new InvocationContext(Repository.getMetadata()),
Repository.getMetadata());
for (int i = 0; i < nWarmup; ++i)
{
unmarshaller.deserialize(new StringReader(xmlOut.toString()));
}
long lStartTime = System.currentTimeMillis();
for (int i = 0; i < nIterations; ++i)