public ThreadingProfileDefinitionParser(String propertyName, String defaults)
{
super(propertyName, ChainedThreadingProfile.class);
addMapping("poolExhaustedAction", ThreadingProfile.POOL_EXHAUSTED_ACTIONS);
registerPostProcessor(new ConstructorReference(defaults));
}