David Bosschaert created AS7-3439:
-------------------------------------
Summary: JacORB management transactions attribute allows an undocumented
value
Key: AS7-3439
URL:
https://issues.jboss.org/browse/AS7-3439
Project: Application Server 7
Issue Type: Bug
Components: IIOP, Server
Affects Versions: 7.1.0.CR1b
Reporter: David Bosschaert
Assignee: Stefan Guilhen
The allowed values list 'spec' but the description only mentions 'on' and
'off'
{noformat}
"transactions" => {
"type" => STRING,
"description" => "Indicates whether the transactions
interceptors are to be installed (on) or not (off).",
"expressions-allowed" => false,
"nillable" => true,
"default" => "off",
"allowed" => [
"ON",
"OFF",
"SPEC"
],
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "all-services"
},
{noformat}
--
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