[
https://issues.jboss.org/browse/AS7-3857?page=com.atlassian.jira.plugin.s...
]
Jason Greene updated AS7-3857:
------------------------------
Fix Version/s: 7.1.2.Final
(was: 7.1.1.Final)
This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers,
and EAP LA issues (which are probably not yet at the right status, or need an extra triage
pass).
If these issues are completed in a 7.1.1 timeframe please change the fix version. Although
if you forget I will bulk correct.
Eliminate redundant config of nullable and allowExpression in
AttributeDefinition
---------------------------------------------------------------------------------
Key: AS7-3857
URL:
https://issues.jboss.org/browse/AS7-3857
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.1.2.Final
AttributeDefinition has configuration of "allowExpressions" and
"nullable". It also takes a Validator. It's a common mistake that people
configure the AD to allow expressions or null but forget to do the same with the
validator. Make this easier.
One possibility is to wrap the passed in validator with one that deals with
expressions/nulls and delegates to the provided validator if not null and not an
expression.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira