You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/04/09 16:17:18 UTC

svn commit: r1466044 - in /syncope/trunk: ./ core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java

Author: ilgrosso
Date: Tue Apr  9 14:17:17 2013
New Revision: 1466044

URL: http://svn.apache.org/r1466044
Log:
[SYNCOPE-352] Merge from 1_1_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_1_X:r1466017-1466043

Modified: syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java
URL: http://svn.apache.org/viewvc/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java?rev=1466044&r1=1466043&r2=1466044&view=diff
==============================================================================
--- syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java (original)
+++ syncope/trunk/core/src/main/java/org/apache/syncope/core/init/ConnectorManager.java Tue Apr  9 14:17:17 2013
@@ -107,6 +107,9 @@ class ConnectorManager implements Connec
         // This is needed in order to avoid encoding problems when sending error messages via REST
         CurrentLocale.set(Locale.ENGLISH);
 
+        // Load all connector bundles
+        ConnIdBundleManager.getConnManagers();
+
         // Load all resource-specific connectors
         int connectors = 0;
         for (ExternalResource resource : resourceDAO.findAll()) {