On Thu, 2009-08-06 at 16:24 +0100, Alan Williams wrote: > Achille Zappa wrote: > > Hi everybody > >> I have noticed that in your polling properties you set the maximum > >> interval property to 6000, it means taverna will only wait 6 seconds for > >> the completion of results. You should set it to 18000000 miliseconds for 5 > >> hours limit. > >> > >> > > Taverna 1.7.2 > > I don't understand why when I configure the polling properties in > > soaplab services, for example in this way : > > interval = 5000 and maxinterval = 18000000 (that should be the new > > timeout limit ;) ) > > the changes are not saved and in any case when I go to check the > > progress reports of the jobs I read : > > <s:soaplabwsdl interval="5000" backoff="1.0" maxinterval="5000"> > > the maxinterval is not updated > > This looks like a bug. The changed values are saved out in the workflow > file, but when it is read back, it seems to be reset to the default values.
not to the default values but to the value of the "interval" attribute, (sorry i didn't test rereading of workflows before emailing my previous message) i think i have found the problem, in SoaplabXMLHandler class it is assumed that the attribute is named as "intervalmax" rather than "maxinterval" Mahmut ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
