if(fFeatures.get(XMLSCHEMA_VALIDATION) == Boolean.TRUE)
{
// If schema validator was not in the pipeline insert it.
if(fSchemaValidator == null)
{
fSchemaValidator = new JBossXBSchemaValidator();
// add schema component
fProperties.put(SCHEMA_VALIDATOR, fSchemaValidator);
addComponent(fSchemaValidator);
// add schema message formatter