<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Brian,<div><br></div><div>How is this stuff coming along, do I need to create some jiras? &nbsp;Is this something for the EAP 6 user experience days in Raleigh? &nbsp;Looking for some guidance and thoughts?</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Jim Tyrrell</div><div>Principal&nbsp;JBoss Solutions Architect</div><div><br></div><div>Did you see RHT on Cramer?</div><div><a href="http://www.cnbc.com/id/39401056">http://www.cnbc.com/id/39401056</a></div></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br><div><div>On Sep 23, 2011, at 3:11 PM, Brian Stansberry wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>On 9/22/11 8:50 AM, Jim Tyrrell wrote:<br><blockquote type="cite"><br></blockquote><blockquote type="cite">Form the core, If I can add something to this discussion or ask a question?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I agree with adding -b to 7.0.2, good catch and fix, and IMHO there are<br></blockquote><blockquote type="cite">a whole host of options that "used" to be there, that need to just work<br></blockquote><blockquote type="cite">for making peoples lives easier.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"> From my clustering labs I have used a command line like this:<br></blockquote><blockquote type="cite">./run.sh -c node1 -g A -u 224.0.0.0 -m 1110 -b 192.168.200.2<br></blockquote><blockquote type="cite">-Djboss.Domain=A -Djboss.jvmRoute="node2" -Djboss.messaging.ServerPeerID:0=2<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Something like this: -Djboss.messaging.ServerPeerID:0=2 is a "macro"<br></blockquote><blockquote type="cite">that replaces values in the config file, does a feature that like work<br></blockquote><blockquote type="cite">today?<br></blockquote><blockquote type="cite"><br></blockquote><br>In 7.0.x expressions (fka system property substitution) are supported in <br>some places related to interface and socket configuration. For 7.1 we <br>need to add a lot more.<br><br>(For devs interested in best practices on how to do that, look at the <br>usage of MAX_POOL_SIZE in [1].)<br><br><blockquote type="cite">Potentially I would hope all of those options could be considered for<br></blockquote><blockquote type="cite">migration,<br></blockquote><br>1) Re: -c -- anyone interested, let's have a debate.<br><br>In AS7 -c foo.xml would be a shorthand for --server-config=foo.xml<br><br>I don't like that because:<br><br>a) It's only a rough translation of what -c meant in AS &lt; 7. People <br>would have to read docs to figure out how to use it, so is there much <br>benefit?<br>b) There's no clean equivalent for domain.sh. It could be a shorthand <br>for --domain-config=foo.xml but it could also be a shorthand for <br>--host-config=foo.xml. So which?<br><br>(I could be convinced to support -c=foo.xml as a shorthand for <br>-server-config=foo.xml and --domain-config=foo.xml if I feel people <br>understand the issues and still want it. I've had conversations with <br>people about it before, but they've gotten sidetracked when other things <br>came up. And I could be much more easily be convinced by a nice patch.)<br><br>2) -g -- In AS &lt; 7 this sets system property <a href="http://jboss.partition.name">jboss.partition.name</a>. I'll <br>let Paul Ferraro comment on this one if he wants; he knows better than I <br>if that system property fits into what he's doing with clustering.<br><br>3) -u -- IMHO it makes sense to use this and use the resulting system <br>property in our standard config files for the sockets that have a <br>multicast address.<br><br>4) -m -- Same as -u.<br><br>5) Any -D, it's up to the subsystem leads to determine if it makes sense <br>to use an expression for some attributes in our default configs.<br><br><blockquote type="cite">I am not smart enough to know all of the possibilities, but<br></blockquote><blockquote type="cite">guessing we had a whole lot more.<br></blockquote><blockquote type="cite">How do we identify them?<br></blockquote><br>./run.sh -h shows all the cmd line switches.<br><br>For stuff previously set via -D, subsystem leads should know their own <br>subsystems; i.e. if they had system property substitution somewhere <br>before, check if it still makes sense.<br><br><blockquote type="cite">How do we figure out if they should be in the future release/<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">I would also hope things like this get into a migration guide, although<br></blockquote><blockquote type="cite">it sounds like they are getting closer.<br></blockquote><blockquote type="cite"><br></blockquote><br>[1] <br><a href="https://github.com/jbossas/jboss-as/blob/master/ejb3/src/main/java/org/jboss/as/ejb3/subsystem/StrictMaxPoolResourceDefinition.java">https://github.com/jbossas/jboss-as/blob/master/ejb3/src/main/java/org/jboss/as/ejb3/subsystem/StrictMaxPoolResourceDefinition.java</a><br><br><br>-- <br>Brian Stansberry<br>Principal Software Engineer<br>JBoss by Red Hat<br>_______________________________________________<br>jboss-as7-dev mailing list<br>jboss-as7-dev@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/jboss-as7-dev<br></div></blockquote></div><br></div></body></html>