[jboss-jira] [JBoss JIRA] Resolved: (AS7-1462) JVM version should be added to the list of jvm attributes exposed to management interface
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Sep 2 17:53:26 EDT 2011
[ https://issues.jboss.org/browse/AS7-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
https://issues.jboss.org/browse/AS7-340
http://lists.jboss.org/pipermail/jboss-as7-dev/2011-August/003634.html
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list