]
Brian Stansberry resolved AS7-1462.
-----------------------------------
Fix Version/s: 7.0.2.Final
Resolution: Done
I'm closing this as "Done" because the main goal reflected in the JIRA title
is accomplished. It's not done in the way described (in the "jvm" elements
in the model), as that's not the purpose of those elements.
It's done by exposing the platform mbeans via the management API; see
JVM version should be added to the list of jvm attributes exposed to
management interface
-----------------------------------------------------------------------------------------
Key: AS7-1462
URL:
https://issues.jboss.org/browse/AS7-1462
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.0.0.Final
Environment: CLI management interface.
Reporter: Simeon Pinder
Assignee: Brian Stansberry
Fix For: 7.0.2.Final
"jvm" => {"default" => {
"agent-lib" => undefined,
"agent-path" => undefined,
"env-classpath-ignored" => undefined,
"environment-variables" => undefined,
"heap-size" => "64m",
"java-agent" => undefined,
"java-home" => undefined,
"jvm-options" => undefined,
"max-heap-size" => "512m",
"max-permgen-size" => undefined,
"permgen-size" => undefined,
"stack-size" => undefined,
"type" => undefined
}}
JVM version should be added to the list of jvm attributes exposed to management
interface. Most of the elements are focused on the runtime settings for the JVM, but the
specific JVM version is also very important for pruposes of patching, upgrades and for
describing a platform upon which many other components depend.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: