From e14aedffcb20f5bb58b9eebecb9a764ea9a7d5f7 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Mon, 29 Sep 2008 13:40:10 +0000 Subject: [PATCH] - Explicit handling of some more common remote connection exception cases in RemoteClient - custom error codes to indicate problems back to Connector framework. - Added mechanism to HttpConnector to ignore future requests for N milliseconds after a connection failed attempt to a remote server. - this means that multiple requests to a remote server won't simply sit in a queue waiting to time out (signficantly slowing down the start of the Share app if the remote Alfresco server is not available) - Remote component loading config now off by default - added loading of alfresco/config/custom-slingshot-application-context.xml custom app context file - will provide sample app context to enable remote component loading. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/web-scripts-application-context.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/alfresco/web-scripts-application-context.xml b/config/alfresco/web-scripts-application-context.xml index 7fb3e92c82..d376c09c82 100644 --- a/config/alfresco/web-scripts-application-context.xml +++ b/config/alfresco/web-scripts-application-context.xml @@ -147,12 +147,10 @@ - - @@ -457,4 +455,4 @@ - + \ No newline at end of file