10-03-2011 12:39 PM
Alfresco.util.Ajax.request({
url: url,
method: "GET",
responseContentType: JSON,
timeout:null, // tried varying this in many ways
successCallback: {
fn:this.mailSent,
scope: this
},
successMessage: "Sent",
failureCallback: "Failed sending"
});
Now, my problem is that the requests always timeout at 90 seconds. http://192.168.254.21:8888/alfresco/service/pbk/mail-announcement?id=200859
http://192.168.254.21:8888/share/proxy/alfresco/pbk/mail-announcement?id=200857
it timeouts (ie. empty response after exactly 90 seconds).12-05-2011 11:39 AM
private static final int CONNECT_TIMEOUT = 5000; // 5 seconds
private static final int READ_TIMEOUT = 180000; // 90 seconds
12-08-2011 04:16 AM
12-08-2011 05:04 AM
12-09-2011 05:10 AM
12-09-2011 05:25 AM
12-09-2011 06:19 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.