assertTrue("Differences: " + problems, ok);
SchemaConversionUtils.convertToGeronimoSubSchemas(cursor);
boolean ok2 = compareXmlObjects(xmlObject, expected, problems);
assertTrue("Differences: " + problems, ok2);
} finally {
cursor.dispose();
}
}
//
public void testGetNestedObjectAsType() throws Exception {
URL srcXml = classLoader.getResource("geronimo/ejb-naming-pre.xml");