You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Martin Leboeuf <ma...@mail.mcgill.ca> on 2003/03/25 15:15:23 UTC

[Digester 1.4.1] question

Hi !

Yet another question about the Digester 1.4.1. I would like to use the 
<include class=my.package.MyRules> tag in my xml rules definition file. 
But it seems that the rules defined in MyRules are not registered with 
the Digester, although MyRules.getRules() does get called. To checked, I 
explicitely added the rules in MyRules to my Digester instance, and they 
got executed. Has anyone experienced the same?

Thanks,

Martin.