Uploaded image for project: 'Commons Digester'
  1. Commons Digester
  2. DIGESTER-72

[digester] Allow SetNextRule to fire on begin

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6
    • 3.0
    • None
    • Operating System: other
      Platform: All

    • 35095

    Description

      Currently, SetNextRule always invokes the target method from its end method.

      But there is no reason why it can't invoke the target from begin. This would be
      useful in cases where it is desirable to build the parent/child relationship
      before processing nested xml. In particular, using BeanPropertySetterRule
      against nested xml elements can cause the setter methods to be called on a bean
      before its parent/child relationship is set up and sometimes this is bad.

      It should be possible to add options to the constructor of SetNextRule to
      indicate if fire-at-end (existing) or fire-at-begin (new) behaviour is desired.

      Of course the xmlrules module would need to be updated too.
      And this feature probably could be applied to a few other rules.

      Attachments

        Activity

          People

            simone.tripodi Simone Tripodi
            skitching Simon Kitching
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: