Repository: syncope
Updated Branches:
  refs/heads/master f8212ae2b -> f97d4fd39


Get rid of the whitespace in the user creation camel route in the UI


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

Branch: refs/heads/master
Commit: 54e873fe2835c8311b909f791965129b7a2d85d9
Parents: f8212ae
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Thu Jul 7 16:23:46 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Thu Jul 7 16:23:46 2016 +0100

----------------------------------------------------------------------
 ext/camel/provisioning-camel/src/main/resources/userRoutes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/54e873fe/ext/camel/provisioning-camel/src/main/resources/userRoutes.xml
----------------------------------------------------------------------
diff --git a/ext/camel/provisioning-camel/src/main/resources/userRoutes.xml 
b/ext/camel/provisioning-camel/src/main/resources/userRoutes.xml
index e218b68..d0d7c77 100644
--- a/ext/camel/provisioning-camel/src/main/resources/userRoutes.xml
+++ b/ext/camel/provisioning-camel/src/main/resources/userRoutes.xml
@@ -25,8 +25,8 @@ under the License.
       <simple>${body}</simple>
     </setProperty>
     <doTry>
-      <bean ref="uwfAdapter" 
method="create(${body},${property.disablePwdPolicyCheck},
-                                     
${property.enabled},${property.storePassword})"/>
+      <bean 
method="create(${body},${property.disablePwdPolicyCheck},${property.enabled},${property.storePassword})"
+            ref="uwfAdapter" />
       <process ref="userCreateProcessor"/>
       <to uri="direct:createPort"/>
       <doCatch>        

Reply via email to