public DefaultThreadingProfileDefinitionParser(String propertyName)
{
super(ChainedThreadingProfile.class, true);
addMapping("poolExhaustedAction", ThreadingProfile.POOL_EXHAUSTED_ACTIONS);
registerPostProcessor(new IdAttribute(propertyName));
registerPostProcessor(new NameAttribute(propertyName));
}