Have you initialised the toolkit and activated the version of the FpML schema that your application expects? For example:
// Initialise the default catalog
String catalogPath = "files/catalog-fpml.xml";
try {
XmlUtility.setDefaultCatalog (CatalogManager.find (catalogPath));
}
catch (SAXException error) {
logger.severe ("Failed to parse XML...