[jboss-jira] [JBoss JIRA] Updated: (AS7-264) Fix JVM references in server group model
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Wed Apr 27 08:42:18 EDT 2011
[ https://issues.jboss.org/browse/AS7-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-264:
----------------------------
Issue Type: Enhancement (was: Bug)
Fix Version/s: (was: 7.0.0.Beta4)
> Fix JVM references in server group model
> ----------------------------------------
>
> Key: AS7-264
> URL: https://issues.jboss.org/browse/AS7-264
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Console
> Reporter: Heiko Braun
> Assignee: Heiko Braun
>
> 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