You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tim <ti...@komi.mts.ru> on 2003/09/11 22:24:49 UTC

[configuration] DOM4JConfiguration. Loading xml config file not only from FILE resources

problem description:

current version of DOM4JConfiguration can read xml config only from File

decision:

New version of DOM4JConfiguration allow to read xml config from any 
resource that ClassLoader support. But if use resource type other than 
file it is not possible to save config :(

Mikhail