try
{
long start = System.currentTimeMillis();
input = new FileInputStream(metadataFile);
result = (new JbossRaParser()).parse(input);
log.debugf("Total parse for $s took %d ms", url, (System.currentTimeMillis() - start));
log.tracef("successufully deployed $s", result.toString());
}