Set Repository

In release 4.4 the setrepository rule behaviour has undergone a major modification. prior to this version, it would set the repository of the top level envelope and on all child envelopes. As of this version, it will only set the repository of the top level envelope.

Please verify if this behaviour is appropriate if your bulk payment workflow has been custom- ized. To revert to the old behaviour the following method is available on payment envelope: public void setRepository(Repository repository, boolean recursive).

In addition the new rule SetEnvelopeRepositoryRule has been given a parameter to set the repository recursively.