INT-1817 polishing

This commit is contained in:
Oleg Zhurakousky
2011-05-03 10:22:09 -04:00
parent d6c92e2a37
commit ea469ca887

View File

@@ -52,7 +52,7 @@ public class MBeanExporterParser extends AbstractSingleBeanDefinitionParser {
Object mbeanServer = getMBeanServer(element, parserContext);
builder.getRawBeanDefinition().setSource(parserContext.extractSource(element));
IntegrationNamespaceUtils.setValueIfAttributeDefined(builder, element, "default-domain");
IntegrationNamespaceUtils.setReferenceIfAttributeDefined(builder, element, "object-name-static-properties", "objectNameStaticProperties");
IntegrationNamespaceUtils.setReferenceIfAttributeDefined(builder, element, "object-name-static-properties");
builder.addPropertyValue("server", mbeanServer);
}