[jboss-jira] [JBoss JIRA] (AS7-3561) change validate-address operation contract
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Wed Feb 1 14:20:48 EST 2012
Alexey Loubyansky created AS7-3561:
--------------------------------------
Summary: change validate-address operation contract
Key: AS7-3561
URL: https://issues.jboss.org/browse/AS7-3561
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 7.1.0.Final
Current implementation is not safe in a sense that the operation fails if the address is not valid. There is no safe way, i.e. a boolean result, not a failure, to check whether an address is valid.
The idea is to change the current validate-address so that:
- it's only a root operation, not inherited like the current impl;
- add an address argument (the current impl has no arguments), which will be the address to check;
- the result type should be a boolean value;
- in case of failure, include a message into the response describing which part of the address is wrong.
--
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
More information about the jboss-jira
mailing list