JacORB management on/off attributes should use boolean values instead
---------------------------------------------------------------------
Key: AS7-2955
URL:
https://issues.jboss.org/browse/AS7-2955
Project: Application Server 7
Issue Type: Bug
Components: IIOP, Server
Affects Versions: 7.1.0.Beta1
Reporter: David Bosschaert
Assignee: Stefan Guilhen
Looking at the JacORB management, many of the configuration values are represented as
string (unbounded) values which apparently expect 'on' or 'off' as
expected values.
It would be better use booleans instead to represent this. If 'on' and
'off' are absolutely needed then it at least the ALLOWED attribute should list the
allowed values.
{code}[standalone@localhost:9999 subsystem=jacorb] :read-resource
{
"outcome" => "success",
"result" => {
"add-component-via-interceptor" => "on",
"cache-poa-names" => "off",
"cache-typecodes" => "off",
"chunk-custom-rmi-valuetypes" => "on",
"client-requires" => 0,
"client-supports" => 60,
"client-timeout" => 0,
"comet" => "off",
"export-corbaloc" => "on",
"giop-minor-version" => 2,
"indirection-encoding-disable" => "off",
"iona" => "off",
"lax-boolean-encoding" => "off",
"max-managed-buf-size" => 24,
"max-server-connections" => 2147483647,
"max-threads" => 32,
"monitoring" => "off",
"name" => "JBoss",
"outbuf-cache-timeout" => -1,
"outbuf-size" => 2048,
"pool-size" => 5,
"print-version" => "off",
"properties" => [("hi" => "blah")],
"queue-max" => 100,
"queue-min" => 10,
"queue-wait" => "off",
"retries" => 5,
"retry-interval" => 500,
"root-context" => "JBoss/Naming/root",
"security" => "off",
"server-requires" => 0,
"server-supports" => 60,
"server-timeout" => 0,
"strict-check-on-tc-creation" => "off",
"sun" => "on",
"support-ssl" => "off",
"transactions" => "off",
"use-bom" => "off",
"use-domain-server-socket-factory" => "off",
"use-domain-socket-factory" => "off",
"use-imr" => "off"
}
{code}
--
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