Sorry I forgot the method was static. Try this instead:
XMLConfiguration config = new XMLConfiguration();
XMLConfiguration.setDelimiter('\uffff');
Emmanuel Bourg
Zsolt Koppany wrote:
> Sorry, but this doesn't work with 1.1RC2.
>
> XMLConfiguration config = new XMLConfiguration();
> AbstractConfiguration.setDelimiter('\uffff');
> char del = AbstractConfiguration.getDelimiter();
> log.debug("Delimiter <" + del + ">");
> config.setFile(file);
> config.load();
>
> CompositeConfiguration cc = new CompositeConfiguration(config);
> configuration = cc;
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org
|