DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13891>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13891 Null pointer exception when setting rules Summary: Null pointer exception when setting rules Product: Commons Version: 1.3 Final Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Digester AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Not necessarily a "bug." If you use the digester.setRules(rules) method, a call is made from the Digester object to set itself into the Rules object. However, RulesBase does not use this information to set the Digester object into the collection of Rule objects. Probably, RulesBase should use the setDigester method to loop through the rules and call the setDigester method. -- To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>
