Re: Any retry framework for Ofbiz ?

2009-08-26 Thread Sumit Pandit
Hello Kishore, OFBiz has "Job Scheduler", which can help you. Please look at - http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide (Job Scheduler). A scheduled will enter the estimated dates for you based on the defined task dependencies and planned/actual duration of the tasks. --

RE: Any retry framework for Ofbiz ?

2009-08-26 Thread Hemanth Kumar Kanamarlapudi
Hi Kishore, You can refer SchedularJobs.xml in party folder or SchedularServices.xml in framework. Regards Hemanth -Original Message- From: Kishore Pagadala Sent: Wednesday, August 26, 2009 4:46 PM To: user@ofbiz.apache.org Subject: Any retry framework for Ofbiz

Any retry framework for Ofbiz ?

2009-08-26 Thread Kishore Pagadala
Hi All, Requirment: Need to call a third party service from OFBiz, if the service is not available I need to try it after every hour till we get a reply. Do we have any retry framework provided by OFBiz ? I want a third party service (maxmind Fraud detection, Authroize.net, Endicia ) to be prob