Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49DDE1004B for ; Mon, 15 Apr 2013 13:06:39 +0000 (UTC) Received: (qmail 36847 invoked by uid 500); 15 Apr 2013 13:06:39 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 36809 invoked by uid 500); 15 Apr 2013 13:06:39 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 36802 invoked by uid 99); 15 Apr 2013 13:06:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 13:06:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Apr 2013 13:06:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DFF6B23888EA; Mon, 15 Apr 2013 13:06:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1468020 - /syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java Date: Mon, 15 Apr 2013 13:06:15 -0000 To: commits@syncope.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130415130615.DFF6B23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ilgrosso Date: Mon Apr 15 13:06:15 2013 New Revision: 1468020 URL: http://svn.apache.org/r1468020 Log: White noise: formatting Modified: syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java Modified: syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java?rev=1468020&r1=1468019&r2=1468020&view=diff ============================================================================== --- syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java (original) +++ syncope/branches/1_1_X/core/src/main/java/org/apache/syncope/core/propagation/impl/PropagationManager.java Mon Apr 15 13:06:15 2013 @@ -523,6 +523,7 @@ public class PropagationManager { if (!propByRes.get(ResourceOperation.CREATE).isEmpty() && vAttrsToBeRemoved != null && vAttrsToBeUpdated != null) { + connObjectUtil.retrieveVirAttrValues(subject, attrUtil); // update vAttrsToBeUpdated as well