RE: [Axapta-Knowledge-Village] Deadlocks and try/retry

2006-01-04 Thread Brandon George
-Knowledge-Village] Deadlocks and try/retry Hi all,I have a situation where it seems that deadlocks are not picked up by catch. Any ideas? It looks similar to thisclass 1:Try{    method in class 2}catch (exception::deadlock){    retry}class 2 method:{    step 1:insert sales lines into invoice

RE: [Axapta-Knowledge-Village] Deadlocks and try/retry

2006-01-04 Thread Harry Deshpande
class 1 will be completely ignored. Regards Harry -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ontariodiver Sent: 03 January 2006 22:16 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Deadlocks

[Axapta-Knowledge-Village] Deadlocks and try/retry

2006-01-03 Thread ontariodiver
Hi all, I have a situation where it seems that deadlocks are not picked up by catch. Any ideas? It looks similar to this class 1: Try { method in class 2 } catch (exception::deadlock) { retry } class 2 method: { step 1:insert sales lines into invoice step 2:update custom status