Brian Stansberry created WFCORE-2792:
----------------------------------------
Summary: AttributeDefinition.parser is not consistently used in subclasses
Key: WFCORE-2792
URL:
https://issues.jboss.org/browse/WFCORE-2792
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
AttributeDefinition includes a 'parser' field but it isn't consistently used
for parsing calls in subclasses. ListAttributeDefinition at least isn't using it; it
hard codes splitting on ',' forcing attributes that want other delimiters to roll
their own parsing (e.g.
https://github.com/wildfly/wildfly-core/pull/2408/commits/a3e97f5ebadce19...)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)