<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi!<div><br><div><div>14 aug 2008 kl. 14.42 skrev Ceki Gulcu:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Please so. I quite like the idea.<br><br></div></blockquote><div><br></div><div>Unfortunately I can not access the JIRA server :/ I get a "Bad Gateway" response from the server.</div><div><br></div><div>I'll just go ahead and post the patch here instead.</div><div><br></div><div>I've modified it slightly so that you also can specify an explicit 'objectName' in the tag:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;jmxConfigurator/></div><div><br></div><div>This yields the default ObjectName of "ch.qos.logback.classic:Name=${nameOfContext},Type=ch.qos.logback.classic.jmx.Configurator".</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;jmxConfigurator namespace="foo"/><br></div><div><br></div><div>This results in "ch.qos.logback.classic:Name=${nameOfContext},Type=ch.qos.logback.classic.jmx.Configurator,Namespace=foo".</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&lt;jmxConfigurator objectName="logback:name=foo,type=bar"/><br></div><div><br></div><div>Which obviously results in "logback:name=foo,type=bar" :)</div><div><br></div><div>Let me know if I need to adjust the patch in any way. And also - when is the next release expected *smile*? :)</div><div><br></div><div></div></div></div></body></html>