Description
When service semaphore is use in wait mode with numerous simultaneous calls (multi thread), it happens that the service semaphore raises an exception when it tries to record in database the semaphore lock. This exception is raised and stop the wait loop. The exception could be catched to continue the waitloop.
this can be reproduced by creating a semaphore in wait mode with several calls simultaneously with soapui