]
Brian Stansberry commented on JBAS-9182:
----------------------------------------
Yes, that's might intent.
Unify failure description key
-----------------------------
Key: JBAS-9182
URL:
https://issues.jboss.org/browse/JBAS-9182
Project: JBoss Application Server
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Domain Management
Affects Versions: 7.0.0.Beta1
Reporter: Heiko Rupp
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta3
The "standard" failure description is (e.g.):
{
"outcome" : "failed",
"failure-description" : [{
"PROPERTY_VALUE" : {
"java.lang.IllegalArgumentException" : "Invalid key
specification"
}
}]
}
note "failure-description"
Sometimes it is different:
[localhost:9999 /] /server-group=new:add(profile=default)
{
"outcome" => "failed",
"result" => {"domain-failure-description" =>
[("java.lang.IllegalStateException" => "Resource at address
[(\"server-group\" => \"new\")] already exists")]}
}
note "domain-failure-description".
Please unify that.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: