if( !propertiesStepConfig.isSetSaveFirst() )
propertiesStepConfig.setSaveFirst( true );
}
propertyHolderSupport = new XmlBeansPropertiesTestPropertyHolder( this, propertiesStepConfig.getProperties() );
sourceProperty = new BeanPathPropertySupport( this, propertiesStepConfig, "source" );
targetProperty = new BeanPathPropertySupport( this, propertiesStepConfig, "target" );
}