I just added the ability for the ConfigurationService to auto-trim attribute
values.  This is disabled by default (just in case that trimming would break
something), but I am curious if it should trim by default?

I personally think that it should and if there happened to be a case where
it was causing problem, we could add an extra element attribute 'trim',
which could be used as a boolean to toggle on a specific element:

  <mbean ...>
    <attribute name="trimIsOK">
        trimAway
    </attribute>
    <attribute name="doNotTrim" trim="false">
        I want
        multiple lines
    </attribute>

--jason


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to