[ 
https://issues.apache.org/jira/browse/SYNCOPE-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958834#comment-15958834
 ] 

ASF subversion and git services commented on SYNCOPE-1062:
----------------------------------------------------------

Commit f0e0199fc70774bcab8e2bfb0304cf0a05d15728 in syncope's branch 
refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=f0e0199 ]

[SYNCOPE-1062] Better management of @Transactional with 
Propagation.REQUIRES_NEW for create / update / delete during pull


> Changes pulled from one resource not propagated externally
> ----------------------------------------------------------
>
>                 Key: SYNCOPE-1062
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1062
>             Project: Syncope
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 2.0.2
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.3, 2.1.0
>
>
> Let's suppose to have:
> # resource R1 supporting user propagation
> # group G with resource R1 assigned
> # resource R2 supporting user pull
> # pull task T for R2, with user template set for granting G membership
> When executing T the first time, user U is created internally and propagated 
> to R1, as expected.
> If U is modified on R2 (attribute change), when T is executed again the 
> expected change is reflected on U internally. Nothing is changed, however, on 
> R1.
> If U is modified on R2 again and T executed the third time, the expected 
> change is still reflected on U internally. R1, however, receives the change 
> coming from the former T execution.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to