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 2015/01/05 14:34:43 UTC

[38/53] [abbrv] syncope git commit: Fixes #8

Fixes #8


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b1d2ac65
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b1d2ac65
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b1d2ac65

Branch: refs/heads/master
Commit: b1d2ac65be87d8e5e620291207777d4fe614a486
Parents: ac4d6af
Author: giacomolm <gi...@hotmail.it>
Authored: Wed Dec 31 09:38:04 2014 +0100
Committer: giacomolm <gi...@hotmail.it>
Committed: Wed Dec 31 09:38:04 2014 +0100

----------------------------------------------------------------------
 core/src/main/resources/provisioning.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/b1d2ac65/core/src/main/resources/provisioning.properties
----------------------------------------------------------------------
diff --git a/core/src/main/resources/provisioning.properties b/core/src/main/resources/provisioning.properties
index de6c3cd..a8e49bf 100644
--- a/core/src/main/resources/provisioning.properties
+++ b/core/src/main/resources/provisioning.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-userProvisioningManager=org.apache.syncope.core.provisioning.DefaultUserProvisioningManager
-roleProvisioningManager=org.apache.syncope.core.provisioning.DefaultRoleProvisioningManager
\ No newline at end of file
+userProvisioningManager=org.apache.syncope.core.provisioning.camel.CamelUserProvisioningManager
+roleProvisioningManager=org.apache.syncope.core.provisioning.camel.CamelRoleProvisioningManager
\ No newline at end of file