Skip to content

Commit

Permalink
fix: Fix concurrency-based error
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF authored and MLenterman committed Sep 6, 2023
1 parent 075cd56 commit 353a74d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
slotId="${instance.name}/genereerIdentificatieEmulator"/>
</Receiver>

<Pipeline>
<Pipeline transactionAttribute="RequiresNew">
<Exits>
<Exit name="EXIT" state="SUCCESS"/>
<Exit name="EXCEPTION" state="ERROR"/>
Expand All @@ -22,7 +22,8 @@
<FixedQuerySender
query="SELECT IDENTIFICATIE FROM IDENTIFICATIE WHERE TYPE = ?{IdentificatieType}"
queryType="SELECT"
/>
lockWait="10"
lockRows="true"/>
<Param name="IdentificatieType" sessionKey="IdentificatieType"/>
<Forward name="success" path="CheckForDBResult" />
</SenderPipe>
Expand Down

0 comments on commit 353a74d

Please sign in to comment.