[jboss-jira] [JBoss JIRA] Created: (JBAS-9286) Fix JVM references in server group model
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Apr 11 07:34:33 EDT 2011
Fix JVM references in server group model
----------------------------------------
Key: JBAS-9286
URL: https://issues.jboss.org/browse/JBAS-9286
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Console
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 7.0.0.Beta4
Requesting a server group resource I get this:
{
[INFO] "PROPERTY_VALUE" : {
[INFO] "other-server-group" : {
[INFO] "profile" : "default",
[INFO] "jvm" : {"default" : {
[INFO] "type" : null,
[INFO] "agent-lib" : null,
[INFO] "agent-path" : null,
[INFO] "debug-enabled" : null,
[INFO] "debug-options" : null,
[INFO] "env-classpath-ignored" : null,
[INFO] "environment-variables" : null,
[INFO] "heap-size" : "64m",
[INFO] "max-heap-size" : "512m",
[INFO] "java-agent" : null,
[INFO] "java-home" : null,
[INFO] "jvm-options" : null,
[INFO] "permgen-size" : null,
[INFO] "max-permgen-size" : null,
[INFO] "stack-size" : null,
[INFO] "system-properties" : null
[INFO] }},
[INFO] "deployment" : {},
[INFO] "socket-binding-group" : "standard-sockets"
[INFO] }
[INFO] }
[INFO] },
The pice that's causing me a headache is again the JVm property.
Can we agree that subresources like the JVM in this case are always referenced as ModelNode's of type
property? Similar to the server-group itself? Currently it's returned as type Object, with a property of name 'jvm'
This would simplify the way to get hold of the subresource name.
--
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