Francesco Chicchiriccò created SYNCOPE-1380:
-----------------------------------------------
Summary: During Push or Pull, if policy with conflict resolution
IGNORE is set, the process is interrupted as soon as such setting applies
Key: SYNCOPE-1380
URL: https://issues.apache.org/jira/browse/SYNCOPE-1380
Project: Syncope
Issue Type: Bug
Components: core
Affects Versions: 2.1.1, 2.0.10
Reporter: Francesco Chicchiriccò
Assignee: Francesco Chicchiriccò
Fix For: 2.0.11, 2.1.2
Suppose we have a Push / Pull policy with conflict resolution action IGNORE set.
When more than a match is found by that policy, an {{IllegalStateException}} is
raised, which causes the whole Push / Pull process to abort.
Raising an {{IgnoreProvisionException}} looks more appropriate, which only
causes the current item to be skipped, and the running process to continue with
next item.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)