Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32

Thread: DeadlockLoserDataAccessException

  1. #31
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    Quote Originally Posted by Nitty View Post
    Not sure where to check this.
    You can get a quick read out by looking at the stack inside the repository call (with retry interceptor configured). Use a debugger or throw an exception. You will see from the stack the order of the interceptors. If the order is wrong we can try and fix it, but I have a feeling it will be OK.

    So the wrapper would check TransactionSynchronizationManager.isActualTransact ionActive() , if true proceed, else handle it to RetryInterceptor.
    That's the idea. Thanks for trying this and being patient. If it works it will be potentially valuable for others.

  2. #32

    Default

    Phew,, it worked !!

    We tested it for over a week and didn't have any problems.

    Thank you for all your help Dave - you rock!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •