On 3/23/11 5:14 PM, Brian Stansberry wrote:
On 3/23/11 2:41 PM, Heiko Braun wrote:
>
>
> [INFO] {
> [INFO] "path" : null,
> [INFO] "system-property" : null,
> [INFO] "interface" : null,
> [INFO] "jvm" : {"default" : {"heap" : {
> [INFO] "size" : "64m",
> [INFO] "max-size" : "256m"
> [INFO] }}},
I touched elsewhere in this thread on the reasons for:
"jvm" : {"default" : {...}}
But I think the structure underneath that is wrong; looks like a
straight mapping of the xml, which isn't necessary.
I propose to flatten it out, a la
> [INFO] "jvm" : {"default" : {
> [INFO] "heap-size" : "64m",
> [INFO] "max-heap-size" : "256m"
> [INFO] }},
I'll file a JIRA to do that tomorrow unless it's a problem.
No objections, so
https://issues.jboss.org/browse/JBAS-9134
--
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat